From cf8e370e366e8b351ab7e4e4427dbbf01a357029 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 19 Jan 2024 10:04:43 +0000 Subject: [PATCH] Update instructions for new label --- bin/generate-php-sync-issue.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/generate-php-sync-issue.mjs b/bin/generate-php-sync-issue.mjs index 30b04b5ac68ac..d910d86101edb 100644 --- a/bin/generate-php-sync-issue.mjs +++ b/bin/generate-php-sync-issue.mjs @@ -158,12 +158,12 @@ async function main() { // This is temporarily required because PRs merged between Beta 1 (since) // and the final RC may have already been manually backported to Core. - // This is however no reliable way to identify these PRs as the `Cackport to WP beta/RC` + // This is however no reliable way to identify these PRs as the `Backport to WP beta/RC` // label is manually removed once the PR has been backported. - // In future releases we will instead retain the label and add a **new** label - // to indicate the PR has been backported to Core. + // In future releases we will add a **new** label `Backported` + // to indicate the PR was backported to Core. // As a result, in the future we will be able to exclude any PRs that have - // the `Backport to WP beta/RC` label. + // already been backported using the `Backported` label. if ( isAfter( lastRcDate, commitData.commit.committer.date ) ) { commitData.isBeforeLastRCDate = true; }