Skip to content

Commit c56bb21

Browse files
committed
trying a different checklist verifier
1 parent 3e1aa12 commit c56bb21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checklist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
needs: add-checklist
2727
steps:
28-
- uses: adamzolyak/checklist-checker-action@master
28+
- uses: mheap/require-checklist-action@v1
29+
with:
30+
requireChecklist: false # If this is true and there are no checklists detected, the action will fail
2931
env:
3032
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)