We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a0a56 commit b221c02Copy full SHA for b221c02
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -24,15 +24,7 @@ jobs:
24
contents: write
25
pull-requests: write
26
steps:
27
- - name: Checkout repository
28
- uses: actions/checkout@v4
29
-
30
- - name: Wait for PR checks
31
- env:
32
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- run: gh pr checks ${{ github.event.pull_request.number }} --repo "$GH_REPO" --watch --interval 10
34
35
- - name: Merge Dependabot PR
+ - name: Enable auto-merge for Dependabot PR
36
env:
37
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- run: gh pr merge ${{ github.event.pull_request.number }} --repo "$GH_REPO" --squash --delete-branch
+ run: gh pr merge ${{ github.event.pull_request.number }} --repo "$GH_REPO" --auto --squash --delete-branch
0 commit comments