We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cd553 commit 9fbfd93Copy full SHA for 9fbfd93
.github/workflows/reviewer_lottery.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
test:
8
runs-on: ubuntu-latest
9
+ if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
10
steps:
11
- uses: actions/checkout@v4
12
- uses: uesteibar/reviewer-lottery@v3
0 commit comments