We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1658865 commit d54ff1bCopy full SHA for d54ff1b
1 file changed
.github/workflows/labeler_apply.yml
@@ -118,8 +118,8 @@ jobs:
118
// Post warning comment if size is XL
119
if (sizeLabel === 'size/xl') {
120
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.`;
+Please make sure you are NOT addressing multiple issues with one PR.
+Note this PR might be rejected due to its size.`;
123
124
// Check if we've already posted this warning
125
const comments = await github.rest.issues.listComments({
0 commit comments