Skip to content

Commit 74ff04e

Browse files
committed
fix action
1 parent c0afec4 commit 74ff04e

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
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- uses: hmarr/auto-approve-action@v2
18-
if: github.actor == 'scala-steward' && github.event.label.name == 'auto-merge'
18+
if: github.actor == 'scala-steward' && github.event.label.name == 'automerge'
1919
with:
2020
github-token: ${{secrets.TANISHIKING_GH_TOKEN_FOR_TEST}}
2121
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}

0 commit comments

Comments
 (0)