Skip to content

Commit a0bcdac

Browse files
committed
fix: auto-merge codeql
This action is supplied by github and it is rapidly changing.
1 parent 252d1fe commit a0bcdac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
env:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28-
- name: Auto-approve well-maintained dependencies
29-
if: contains(steps.metadata.outputs.dependency-names, 'k8s.io/client-go')
28+
- name: Auto-approve Github actions
29+
if: contains(steps.metadata.outputs.dependency-names, 'github/codeql-action')
3030
run: gh pr review --approve "$PR_URL"
3131
env:
3232
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)