Skip to content

Commit d54ff1b

Browse files
Copilotewels
andcommitted
Fix warning message formatting to match original
Co-authored-by: ewels <465550+ewels@users.noreply.github.com>
1 parent 1658865 commit d54ff1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/labeler_apply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
// Post warning comment if size is XL
119119
if (sizeLabel === 'size/xl') {
120120
const warningMessage = `This PR exceeds the recommended size of 1000 lines.
121-
Please make sure you are NOT addressing multiple issues with one PR.
122-
Note this PR might be rejected due to its size.`;
121+
Please make sure you are NOT addressing multiple issues with one PR.
122+
Note this PR might be rejected due to its size.`;
123123

124124
// Check if we've already posted this warning
125125
const comments = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)