Skip to content

Commit 55c1ffb

Browse files
committed
fix
1 parent 74ff04e commit 55c1ffb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 == 'automerge'
18+
if: github.event.label.name == 'automerge'
1919
with:
2020
github-token: ${{secrets.TANISHIKING_GH_TOKEN_FOR_TEST}}
2121
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ $ sbt
2020
> clean-generated
2121
> generate
2222
```
23+

0 commit comments

Comments
 (0)