We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252d1fe + a0bcdac commit 52257c2Copy full SHA for 52257c2
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -25,8 +25,8 @@ jobs:
25
env:
26
PR_URL: ${{github.event.pull_request.html_url}}
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
- - name: Auto-approve well-maintained dependencies
29
- if: contains(steps.metadata.outputs.dependency-names, 'k8s.io/client-go')
+ - name: Auto-approve Github actions
+ if: contains(steps.metadata.outputs.dependency-names, 'github/codeql-action')
30
run: gh pr review --approve "$PR_URL"
31
32
0 commit comments