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 3b28a22 commit d236728Copy full SHA for d236728
.github/workflows/dependabot.yml
@@ -24,15 +24,15 @@ jobs:
24
runs-on: ubuntu-latest
25
env:
26
PR_URL: ${{ github.event.pull_request.html_url }}
27
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
28
steps:
29
- name: Check gh CLI
30
run: gh --version
31
- name: Debug Event
32
run: echo "Event ${{ github.event_name }}"
33
- name: approve
34
- env:
35
+ env:
36
run: gh pr review --approve "$PR_URL"
37
- name: merge
38
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments