We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed4cd commit 5a221a7Copy full SHA for 5a221a7
.github/workflows/auto_approve.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
pull-requests: write
15
steps:
16
- - uses: hmarr/auto-approve-action@main
+ - uses: hmarr/auto-approve-action@v4
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}
0 commit comments