Skip to content

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

Experiment: Add GitHub action to enforce tasks are checked off

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

Workflow file for this run

name: 'PR tasks completed check'
on:
pull_request:
types: [opened, edited]
jobs:
task-check:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'