Skip to content

Commit

Permalink
Tweak warning
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 18, 2024
1 parent 6bfb96c commit 39ec158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-php-sync-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function formatPRLine( { pullRequest: pr, isBeforeLastRCDate } ) {
return `- [ ] ${ pr.url } - @${
pr.creator
} | Trac ticket | Core backport PR ${
isBeforeLastRCDate ? '(⚠️ Check for existing backport in Trac)' : ''
isBeforeLastRCDate ? '(⚠️ Check for existing WP Core backport)' : ''
}\n`;
}

Expand Down

0 comments on commit 39ec158

Please sign in to comment.