We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d2c95 commit fad34cbCopy full SHA for fad34cb
.github/workflows/auto-approve.yml
@@ -7,7 +7,7 @@ jobs:
7
auto-approve:
8
runs-on: ubuntu-22.04
9
steps:
10
- - uses: hmarr/auto-approve-action@v3.2.1
+ - uses: hmarr/auto-approve-action@v4.0.0
11
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
12
with:
13
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments