File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.`);
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments