diff --git a/.github/workflows/reusable-reviewer-lottery.yml b/.github/workflows/reusable-reviewer-lottery.yml index 1ce63a8..89fe3b2 100644 --- a/.github/workflows/reusable-reviewer-lottery.yml +++ b/.github/workflows/reusable-reviewer-lottery.yml @@ -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: