Skip to content

Commit 686dc2b

Browse files
committed
remove unused metadata step
1 parent f910e08 commit 686dc2b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.actor == 'dependabot[bot]'
1515
steps:
16-
- name: Dependabot metadata
17-
id: metadata
18-
uses: dependabot/fetch-metadata@v2
19-
with:
20-
github-token: "${{ secrets.GITHUB_TOKEN }}"
2116
- name: Approve Dependabot PR
2217
run: gh pr review --approve "$PR_URL"
2318
env:

0 commit comments

Comments
 (0)