We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80918f6 + c67c80a commit b87ed63Copy full SHA for b87ed63
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -25,3 +25,9 @@ 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')
30
+ run: gh pr review --approve "$PR_URL"
31
+ env:
32
+ PR_URL: ${{github.event.pull_request.html_url}}
33
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments