From 8a654b8f3688573997fa18670798075ec981b023 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Fri, 5 Apr 2024 22:31:16 +0100 Subject: [PATCH] github: use correct bot username for auto merge --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index d89accdf..7e514cf0 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -18,7 +18,7 @@ jobs: # Auto merge if this is # - dependabot # - update of flake.lock - if: "${{ github.event.pull_request.user.login == 'dependabot[bot]' || (github.event.pull_request.user.login == 'ahayzen-nix-config-bot' && github.event.pull_request.title == 'chore: update flake.lock') }}" + if: "${{ github.event.pull_request.user.login == 'dependabot[bot]' || (github.event.pull_request.user.login == 'ahayzen-nix-config-bot[bot]' && github.event.pull_request.title == 'chore: update flake.lock') }}" steps: - name: approve the pr run: gh pr review $PR_URL --approve