Skip to content

Commit 52257c2

Browse files
authored
Merge pull request #109 from smlx/automerge
fix: auto-merge codeql
2 parents 252d1fe + a0bcdac commit 52257c2

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)