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 c054d0c commit bb3135dCopy full SHA for bb3135d
.github/workflows/approve-merge.yml
@@ -29,7 +29,7 @@ jobs:
29
permissions:
30
contents: write
31
id-token: write
32
- if: github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch'
+ if: github.event.pull_request.user.login == 'googlemaps-bot' && github.event.pull_request.head.ref == 'temp-build-branch'
33
steps:
34
- name: Checkout code
35
uses: actions/checkout@v3
0 commit comments