summaryrefslogtreecommitdiff
path: root/.github/workflows/reviewer_lottery.yml
blob: 33228d7465a64154f1421fc7d05996b6bffe56c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Reviewer lottery"
on:
  pull_request_target:
    types: [opened, ready_for_review, reopened]

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