Skip to content

Commit

Permalink
add task list checking action
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Sep 20, 2023
1 parent fbd18b8 commit 8e9c757
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: GitHub Task List Checker
on:
pull_request:
types: [opened, edited, synchronize, reopened]
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 }}

0 comments on commit 8e9c757

Please sign in to comment.