Skip to content

Commit f594da5

Browse files
committed
Remove dead code
1 parent fec38f0 commit f594da5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/dependabot-merge.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,6 @@ jobs:
8686
echo "::warning::Merge conflict detected. Requested @dependabot rebase."
8787
exit 0
8888
89-
- name: Dependabot metadata
90-
if: steps.conflict-check.outputs.has_conflict != 'true'
91-
id: metadata
92-
uses: dependabot/fetch-metadata@v2
93-
with:
94-
github-token: ${{ secrets.GITHUB_TOKEN }}
95-
9689
- name: Approve Pull Request
9790
if: steps.conflict-check.outputs.has_conflict != 'true'
9891
env:

0 commit comments

Comments
 (0)