Skip to content

Commit

Permalink
github: use correct bot username for auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Apr 5, 2024
1 parent ff2fcaa commit 8a654b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a654b8

Please sign in to comment.