Skip to content

Commit

Permalink
Do not run reviewer lottery on bot PRs (#1250)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d3e3a6)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Dec 27, 2023
1 parent 102cc70 commit 3db2105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
steps:
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
Expand Down

0 comments on commit 3db2105

Please sign in to comment.