We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92aee67 commit ef8a014Copy full SHA for ef8a014
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -12,6 +12,6 @@ jobs:
12
if: github.actor == 'dependabot[bot]'
13
steps:
14
- name: Enable auto-merge
15
- run: gh pr merge --squash --auto "${{ github.event.pull_request.number }}"
+ run: gh pr merge --squash --auto "${{ github.event.pull_request.number }}" --repo "${{ github.repository }}"
16
env:
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments