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