Skip to content

Commit

Permalink
Revert "Don't run reviewer lottery from bots"
Browse files Browse the repository at this point in the history
This reverts commit ce5bd9e.
  • Loading branch information
christophfroehlich committed Dec 24, 2023
1 parent ce5bd9e commit 7780f0e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
echo "The GitHub Actor's username is: $GITHUB_ACTOR"
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
Expand Down

0 comments on commit 7780f0e

Please sign in to comment.