Skip to content

Commit 0fd3efa

Browse files
wip
1 parent 8ca9e61 commit 0fd3efa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/test-robot-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
const shaLine = sha ? `\n\n**Commit:** \`${sha}\`` : '';
5353
await postComment(
5454
`### ❌ Robot Testing Required\n\n` +
55-
`\`${labelNeeded}\` is present but \`${labelDone}\` has not been added — this PR cannot be merged until robot testing is complete.${shaLine}\n\n` +
55+
`\`${labelNeeded}\` is present but \`${labelDone}\` has not been added. This PR cannot be merged until robot testing is complete.${shaLine}\n\n` +
5656
`> [!IMPORTANT]\n> Add \`${labelDone}\` once robot testing is complete.`
5757
);
5858
core.setFailed(`\`${labelNeeded}\` is present but \`${labelDone}\` has not been added — robot testing must be completed before merging.`);

.github/actions/test-robot-unlabel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ runs:
5454
5555
await postComment(
5656
`### 🔄 Robot Test Label Removed\n\n` +
57-
`New commits were pushed \`${labelDone}\` has been removed and robot testing must be repeated.${shaLine}${warning}`
57+
`New commits were pushed. \`${labelDone}\` has been removed and robot testing must be repeated.${shaLine}${warning}`
5858
);

0 commit comments

Comments
 (0)