Skip to content

Commit e8d64ae

Browse files
committed
chore(ci): add pr task list check workflow
relates to STACKITTPR-138
1 parent 1707cb3 commit e8d64ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "PR task list check"
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize, reopened]
6+
7+
jobs:
8+
task-list-checker:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check for incomplete task list items
12+
uses: Shopify/task-list-checker@main
13+
with:
14+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)