File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -160,22 +160,22 @@ jobs:
160160 with :
161161 sarif_file : trivy-results.sarif
162162
163- dependabot :
164- runs-on : ubuntu-latest
165- needs :
166- - build
167- permissions :
168- pull-requests : write
169- contents : write
170- if : ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
171- steps :
172- - id : metadata
173- uses : dependabot/fetch-metadata@v2
174- with :
175- github-token : " ${{ secrets.GITHUB_TOKEN }}"
176- - env :
177- PR_URL : ${{ github.event.pull_request.html_url }}
178- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
179- run : |
180- gh pr review --approve "$PR_URL"
181- gh pr merge --squash --auto "$PR_URL"
163+ # dependabot:
164+ # runs-on: ubuntu-latest
165+ # needs:
166+ # - build
167+ # permissions:
168+ # pull-requests: write
169+ # contents: write
170+ # if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
171+ # steps:
172+ # - id: metadata
173+ # uses: dependabot/fetch-metadata@v2
174+ # with:
175+ # github-token: "${{ secrets.GITHUB_TOKEN }}"
176+ # - env:
177+ # PR_URL: ${{ github.event.pull_request.html_url }}
178+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179+ # run: |
180+ # gh pr review --approve "$PR_URL"
181+ # gh pr merge --squash --auto "$PR_URL"
You can’t perform that action at this time.
0 commit comments