diff --git a/.github/workflows/pr-description.yml b/.github/workflows/pr-description.yml index 941b931df..1c36a4a91 100644 --- a/.github/workflows/pr-description.yml +++ b/.github/workflows/pr-description.yml @@ -73,7 +73,7 @@ jobs: // Get the pull request data const milestone = context.payload.pull_request.milestone; if (!milestone) { - core.setFailed('❌ Pull request must have a milestone assigned before merging.'); + core.setFailed('❌ Reviewer must assign a Milestone to this Pull request before merging.'); return; } console.log(`✅ Milestone found: ${milestone.title}`);