diff --git a/.github/workflows/dependabot.yml b/.github/workflows/automerge-docs.yml similarity index 92% rename from .github/workflows/dependabot.yml rename to .github/workflows/automerge-docs.yml index a2711211..d69e85e0 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/automerge-docs.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ jobs: dependabot: needs: test runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ github.actor == 'googlemaps-bot' }} env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}