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