Skip to content

Commit

Permalink
Merge pull request #384 from uselagoon/automerge-codeql
Browse files Browse the repository at this point in the history
chore: auto-approve github maintained actions
  • Loading branch information
smlx authored Feb 16, 2024
2 parents 0962c28 + 920d280 commit 5c62924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Auto-approve well-maintained dependencies
if: contains(steps.metadata.outputs.dependency-names, 'k8s.io/client-go')
- name: Auto-approve Github maintained actions
if: contains(steps.metadata.outputs.dependency-names, 'github/codeql-action')
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 5c62924

Please sign in to comment.