From 61c9de9ad2ddc88dc87a86973a97bc2dcf1c4394 Mon Sep 17 00:00:00 2001 From: Grant Wong Date: Mon, 15 Jul 2024 17:51:18 +1000 Subject: [PATCH] Plural --- .github/actions/task-checklist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. `); };