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 6b835d7 commit 657f5f2Copy full SHA for 657f5f2
1 file changed
.github/workflows/auto-approve.yml
@@ -18,7 +18,7 @@ jobs:
18
pull-requests: write
19
if: github.actor == 'renovate[bot]' || github.event_name == 'workflow_dispatch'
20
steps:
21
- - uses: hmarr/auto-approve-action@v3
+ - uses: hmarr/auto-approve-action@v4.0.0
22
with:
23
review-message: "Auto approved automated PR"
24
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}
0 commit comments