We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e3858 + 357a2c2 commit 14605bcCopy full SHA for 14605bc
1 file changed
.github/workflows/dependabot-merge.yml
@@ -1,4 +1,5 @@
1
---
2
+
3
name: Dependabot auto-merge
4
on: pull_request
5
@@ -11,11 +12,6 @@ jobs:
11
12
runs-on: ubuntu-latest
13
if: github.actor == 'dependabot[bot]'
14
steps:
- - name: Dependabot metadata
15
- id: metadata
16
- uses: dependabot/fetch-metadata@v2
17
- with:
18
- github-token: ${{ secrets.GITHUB_TOKEN }}
19
- name: Enable auto-merge for Dependabot PRs
20
run: gh pr merge --auto --merge "$PR_URL"
21
env:
0 commit comments