diff --git a/.github/actions/task-checklist/index.js b/.github/actions/task-checklist/index.js index 1bb23725c..68fe489c2 100644 --- a/.github/actions/task-checklist/index.js +++ b/.github/actions/task-checklist/index.js @@ -31,9 +31,9 @@ const run = () => { console.log('---'); core.setFailed(` -Found an item in the PR description not marked as completed. +Found at least one item in the PR description not marked as completed. -Please complete this task before merging. +Please complete all tasks in your PR description before merging. `); };