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 feb11f8 commit 001b6a2Copy full SHA for 001b6a2
.github/workflows/dependabot-auto-merge.yml
@@ -15,3 +15,8 @@ jobs:
15
env:
16
PR_URL: ${{ github.event.pull_request.html_url }}
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ - name: Approve
19
+ run: gh pr review --approve "$PR_URL"
20
+ env:
21
+ PR_URL: ${{ github.event.pull_request.html_url }}
22
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments