We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec38f0 commit f594da5Copy full SHA for f594da5
1 file changed
.github/workflows/dependabot-merge.yml
@@ -86,13 +86,6 @@ jobs:
86
echo "::warning::Merge conflict detected. Requested @dependabot rebase."
87
exit 0
88
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
-
96
- name: Approve Pull Request
97
if: steps.conflict-check.outputs.has_conflict != 'true'
98
env:
0 commit comments