Skip to content

Commit b87ed63

Browse files
authored
Merge pull request #81 from smlx/auto-approve
chore: enable dependabot-autoapprove
2 parents 80918f6 + c67c80a commit b87ed63

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ 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')
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

Comments
 (0)