We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094ea5e commit 7fdb624Copy full SHA for 7fdb624
sde_collections/utils/slack_utils.py
@@ -23,7 +23,7 @@
23
"message": "LRM QC passed for {name}. Ready for final quality check! :white_check_mark:",
24
},
25
(WorkflowStatusChoices.READY_FOR_FINAL_QUALITY_CHECK, WorkflowStatusChoices.QUALITY_CHECK_FAILED): {
26
- "message": "<!here> <@U056B4HMGEP> <@U06L5SKQ5QA> Quality check on {name} has failed. Changes needed! :x:",
+ "message": "<@U056B4HMGEP> <@U06L5SKQ5QA> Quality check on {name} has failed. Changes needed! :x:",
27
28
(WorkflowStatusChoices.READY_FOR_FINAL_QUALITY_CHECK, WorkflowStatusChoices.QUALITY_CHECK_PERFECT): {
29
"message": "{name} has passed all quality checks and is ready for public production! :white_check_mark:",
0 commit comments