Skip to content

Commit

Permalink
Create reviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boroboro01 authored Aug 30, 2024
1 parent a056cd9 commit 3575da5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Reviewer lottery"

on:
pull_request_target:
types: [opened, ready_for_review, reopened]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
repo-token: ${{ secrets.MY_TOKEN }}

0 comments on commit 3575da5

Please sign in to comment.