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.
2 parents bdd0144 + 1376163 commit 96a8b03Copy full SHA for 96a8b03
.github/workflows/auto-merge.yml
@@ -8,6 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ github.actor == 'dependabot[bot]' }}
10
steps:
11
+ - uses: actions/checkout@v3
12
- name: Enable auto-merge for Dependabot PRs
13
run: gh pr merge --merge --auto ${{ github.event.number }}
14
env:
0 commit comments