Skip to content

Commit 20ee99f

Browse files
committed
fix bot user match
1 parent 64d89d4 commit 20ee99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
delete-branch: true
3939

4040
auto-merge:
41-
if: ${{ github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'uv-lock-upgrader') }}
41+
if: ${{ github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'uv-lock-upgrader[bot]') }}
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Enable auto-merge for bot PRs

0 commit comments

Comments
 (0)