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 c4132c1 commit 44be8d8Copy full SHA for 44be8d8
.github/workflows/autoapprove.yml
@@ -10,6 +10,6 @@ jobs:
10
pull-requests: write
11
steps:
12
- uses: hmarr/auto-approve-action@v2
13
- if: github.event.label.name == 'automerge' && github.actor == 'tanishiking'
+ if: contains(github.event.pull_request.labels.*.name, 'automerge') && github.actor == 'tanishiking'
14
with:
15
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments