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 74ff04e commit 55c1ffbCopy full SHA for 55c1ffb
.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 == 'automerge'
+ if: github.event.label.name == 'automerge'
19
with:
20
github-token: ${{secrets.TANISHIKING_GH_TOKEN_FOR_TEST}}
21
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}
README.md
@@ -20,3 +20,4 @@ $ sbt
> clean-generated
> generate
22
```
23
+
0 commit comments