Skip to content

Control attempt tracking from config #72

Control attempt tracking from config

Control attempt tracking from config #72

Workflow file for this run

name: "The chosen one"
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
jobs:
draw:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v3
- uses: uesteibar/reviewer-lottery@c291d74388da1cb583aff994b8be945e8eefbcd5 # v3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}