Skip to content

Experiment: Add GitHub action to enforce tasks are checked off #1

Experiment: Add GitHub action to enforce tasks are checked off

Experiment: Add GitHub action to enforce tasks are checked off #1

Workflow file for this run

name: Run task checklist
on:
check_run:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
task-checklist:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/task-checklist/action.yml
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'