Skip to content

Commit ac67132

Browse files
committed
Remove unused dependabot/fetch-metadata step
1 parent ae4172e commit ac67132

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/dependabot-merge.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.actor == 'dependabot[bot]'
1414
steps:
15-
- name: Dependabot metadata
16-
id: metadata
17-
uses: dependabot/fetch-metadata@v2
18-
with:
19-
github-token: ${{ secrets.GITHUB_TOKEN }}
2015
- name: Enable auto-merge for Dependabot PRs
2116
run: gh pr merge --auto --merge "$PR_URL"
2217
env:

0 commit comments

Comments
 (0)