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 c0afec4 commit 74ff04eCopy full SHA for 74ff04e
.github/workflows/autoapprove.yml
@@ -15,7 +15,7 @@ jobs:
15
pull-requests: write
16
steps:
17
- uses: hmarr/auto-approve-action@v2
18
- if: github.actor == 'scala-steward' && github.event.label.name == 'auto-merge'
+ if: github.actor == 'scala-steward' && github.event.label.name == 'automerge'
19
with:
20
github-token: ${{secrets.TANISHIKING_GH_TOKEN_FOR_TEST}}
21
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}
0 commit comments