Skip to content

Commit 44be8d8

Browse files
committed
fix github action
1 parent c4132c1 commit 44be8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- uses: hmarr/auto-approve-action@v2
13-
if: github.event.label.name == 'automerge' && github.actor == 'tanishiking'
13+
if: contains(github.event.pull_request.labels.*.name, 'automerge') && github.actor == 'tanishiking'
1414
with:
1515
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)