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 12dea3d commit 9f6e74cCopy full SHA for 9f6e74c
.github/workflows/automerge-docs.yml
@@ -21,7 +21,9 @@ permissions:
21
jobs:
22
automerge:
23
runs-on: ubuntu-latest
24
- if: ${{ github.actor == 'googlemaps-bot' }}
+ if: >
25
+ github.actor == 'googlemaps-bot' &&
26
+ github.event.pull_request.title == 'docs: Update docs'
27
env:
28
PR_URL: ${{github.event.pull_request.html_url}}
29
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
0 commit comments