Skip to content

Commit d651c00

Browse files
Merge pull request #3050 from VWS-Python/remove-dependabot-fetch-metadata
Remove unused dependabot/fetch-metadata step
2 parents ef8a32d + ac67132 commit d651c00

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.event.pull_request.user.login == '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)