From a0bcdac18d7c5ebee0646578edbbc2ff3d06ea3d Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 16 Feb 2024 14:29:07 +0800 Subject: [PATCH] fix: auto-merge codeql This action is supplied by github and it is rapidly changing. --- .github/workflows/dependabot-automerge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yaml b/.github/workflows/dependabot-automerge.yaml index 6d8ebe4..78dbba5 100644 --- a/.github/workflows/dependabot-automerge.yaml +++ b/.github/workflows/dependabot-automerge.yaml @@ -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 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}}