We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda1b57 commit 58b3c5fCopy full SHA for 58b3c5f
1 file changed
.github/workflows/dependabot-auto-merge.yaml
@@ -19,11 +19,11 @@ jobs:
19
pull-requests: write
20
21
steps:
22
- - name: Fetch Dependabot metadata
23
- id: metadata
24
- uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
25
- with:
26
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ # - name: Fetch Dependabot metadata
+ # id: metadata
+ # uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
+ # with:
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
27
28
# - name: Auto-approve Dependabot PR
29
# if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
0 commit comments