Skip to content

Commit 14605bc

Browse files
Merge pull request #2906 from VWS-Python/remove-dependabot-fetch-metadata
Remove unused dependabot/fetch-metadata step
2 parents 97e3858 + 357a2c2 commit 14605bc

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
name: Dependabot auto-merge
34
on: pull_request
45

@@ -11,11 +12,6 @@ jobs:
1112
runs-on: ubuntu-latest
1213
if: github.actor == 'dependabot[bot]'
1314
steps:
14-
- name: Dependabot metadata
15-
id: metadata
16-
uses: dependabot/fetch-metadata@v2
17-
with:
18-
github-token: ${{ secrets.GITHUB_TOKEN }}
1915
- name: Enable auto-merge for Dependabot PRs
2016
run: gh pr merge --auto --merge "$PR_URL"
2117
env:

0 commit comments

Comments
 (0)