Skip to content

Commit 96a8b03

Browse files
authored
Merge pull request #291 from jrjohnson/fix-automerge-again
Checkout to automerge
2 parents bdd0144 + 1376163 commit 96a8b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ github.actor == 'dependabot[bot]' }}
1010
steps:
11+
- uses: actions/checkout@v3
1112
- name: Enable auto-merge for Dependabot PRs
1213
run: gh pr merge --merge --auto ${{ github.event.number }}
1314
env:

0 commit comments

Comments
 (0)