We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1053 commit 8ea4c35Copy full SHA for 8ea4c35
.github/workflows/dependabot.yml .github/workflows/automerge-docs.yml.github/workflows/dependabot.yml renamed to .github/workflows/automerge-docs.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2022 Google LLC
+# Copyright 2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ jobs:
24
dependabot:
25
needs: test
26
runs-on: ubuntu-latest
27
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.actor == 'googlemaps-bot' }}
28
env:
29
PR_URL: ${{github.event.pull_request.html_url}}
30
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
0 commit comments