Skip to content

Commit bb3135d

Browse files
authored
fix: Update approve-merge.yml (#372)
Removes "[bot]" from conditional check.
1 parent c054d0c commit bb3135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
contents: write
3131
id-token: write
32-
if: github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch'
32+
if: github.event.pull_request.user.login == 'googlemaps-bot' && github.event.pull_request.head.ref == 'temp-build-branch'
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v3

0 commit comments

Comments
 (0)