Skip to content

Replace the task-list-completed GitHub app with a GitHub action #11

Replace the task-list-completed GitHub app with a GitHub action

Replace the task-list-completed GitHub app with a GitHub action #11

name: GitHub Task List Checker
on:
pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize
- edited
permissions:
statuses: write
jobs:
task-list-checker:
runs-on: ubuntu-latest
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}