Skip to content

Commit

Permalink
Don't run reviewer lottery on pre-commit update PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 9, 2024
1 parent 8d0b062 commit 9084b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-reviewer-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
assign_reviewers:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]' && github.actor != 'github-actions[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]' && github.actor != 'github-actions[bot]' && github.event.pull_request.title != 'Bump version of pre-commit hooks'
steps:
- uses: actions/checkout@v4
- run:
Expand Down

0 comments on commit 9084b5b

Please sign in to comment.