Improved messaging for CFE and PRR for slack (#52765)
This commit is contained in:
parent
2b70daffe6
commit
f33e974d01
|
@ -72,9 +72,9 @@ jobs:
|
||||||
|
|
||||||
// Determine the type of message based on the label name
|
// Determine the type of message based on the label name
|
||||||
if (labelName === 'code freeze exception') {
|
if (labelName === 'code freeze exception') {
|
||||||
message = `:arrow_right: New CFE request: ${issueTitle} ${issueUrl}`;
|
message = `:arrow_right: :ice_cube: New Code Freeze Exception request: ${issueTitle} ${issueUrl}`;
|
||||||
} else {
|
} else {
|
||||||
message = `:arrow_right: New PRR request: ${issueTitle} ${issueUrl}`;
|
message = `:arrow_right: :release: New Point Release Request: ${issueTitle} ${issueUrl}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the message as a core output
|
// Set the message as a core output
|
||||||
|
|
Loading…
Reference in New Issue