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 d2a3252 commit c067537Copy full SHA for c067537
.github/workflows/dependabot-merge.yml
@@ -20,8 +20,8 @@ jobs:
20
env:
21
PR_URL: ${{github.event.pull_request.html_url}}
22
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23
- - name: Enable auto-merge for Dependabot PRs
24
- run: gh pr merge --auto --merge "$PR_URL"
25
- env:
26
- PR_URL: ${{github.event.pull_request.html_url}}
27
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ - name: Enable auto-merge for Dependabot PRs
+ run: gh pr merge --auto --merge "$PR_URL"
+ env:
+ PR_URL: ${{github.event.pull_request.html_url}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments