fix: show single success emoji in completion notifications#70
Conversation
Remove duplicate checkmark from the default Status field on pipeline success; keep the emoji in the message header only. Closes #66 Generated by Codex Co-authored-by: Cursor <cursoragent@cursor.com>
Code ReviewFix looks correct and focused. The duplicate ✅ issue is real — the header already carries it. One concern: inconsistency in
|
Status field no longer repeats header emojis for success, failure, or running states in default and map-based custom messages. Generated by Codex Co-authored-by: Cursor <cursoragent@cursor.com>
Code ReviewThis PR removes the duplicate status emoji from the Finding: Custom messages with omitted
|
Summary
✅ *Pipeline completed successfully*) so success is still visually indicated once in the message bodystatusfieldCloses #66
Test plan
./gradlew test --tests "nextflow.slack.SlackMessageBuilderTest.should build workflow complete message"./gradlew test --tests "nextflow.slack.SlackMessageBuilderTest.should use map-based custom complete message with selective fields"./gradlew test --tests "nextflow.slack.SlackMessageBuilderTest.should use custom complete message template"Made with Cursor