Skip to content

Commit 9fbfd93

Browse files
authored
Do not run reviewer lottery on bot PRs (#1250) (#1251)
1 parent 13cd553 commit 9fbfd93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewer_lottery.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
test:
88
runs-on: ubuntu-latest
9+
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
910
steps:
1011
- uses: actions/checkout@v4
1112
- uses: uesteibar/reviewer-lottery@v3

0 commit comments

Comments
 (0)