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 201001e commit 8eec66fCopy full SHA for 8eec66f
.github/workflows/dependabot.yml
@@ -27,7 +27,13 @@ jobs:
27
PR_URL: ${{ github.event.pull_request.html_url }}
28
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
steps:
30
+ - name: Check gh CLI
31
+ run: gh --version
32
+ - name: Debug Event
33
+ run: echo "Event ${{ github.event_name }}"
34
- name: approve
35
+ env:
36
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
run: gh pr review --approve "$PR_URL"
38
- name: merge
39
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments