Skip to content

Commit 1f3f29d

Browse files
committed
chore: run automerge only in Docs PRs
1 parent 12dea3d commit 1f3f29d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/automerge-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ permissions:
2121
jobs:
2222
automerge:
2323
runs-on: ubuntu-latest
24-
if: ${{ github.actor == 'googlemaps-bot' }}
24+
if: >
25+
github.actor == 'googlemaps-bot' &&
26+
github.event.pull_request.title == 'docs: Update docs'
2527
env:
2628
PR_URL: ${{github.event.pull_request.html_url}}
2729
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}

0 commit comments

Comments
 (0)