From b9ee51dc600fe38c892e24f60ca26476e0e0b6de Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Tue, 4 Feb 2025 16:23:12 -0800 Subject: [PATCH] fix: Dependabot autoapprove (#1284) * Fix automerge action syntax * Fix typo * Fix typo * Add brackets --- .github/workflows/dependabot-autoapprove.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index e205cd2..5bf3c8d 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -5,7 +5,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws/configure-aws-credentials' + if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws-actions/configure-aws-credentials' }} steps: - name: Get Metadata id: dependabot-metadata