File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Extract information about the dependencies being updated by a Dependabot-generat
1717Create a workflow file that contains a step that uses: ` dependabot/fetch-metadata@v2 ` , e.g.
1818
1919``` yaml
20- -- .github/workflows/dependabot-prs.yml
20+ # .github/workflows/dependabot-prs.yml
2121name : Dependabot Pull Request
2222on : pull_request
23- if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
2423jobs :
25- build :
24+ dependabot :
2625 permissions :
2726 pull-requests : read
2827 runs-on : ubuntu-latest
28+ if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
2929 steps :
3030 - name : Fetch Dependabot metadata
3131 id : dependabot-metadata
You can’t perform that action at this time.
0 commit comments