Skip to content

Commit 7fdb624

Browse files
removed @here mention
1 parent 094ea5e commit 7fdb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/utils/slack_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"message": "LRM QC passed for {name}. Ready for final quality check! :white_check_mark:",
2424
},
2525
(WorkflowStatusChoices.READY_FOR_FINAL_QUALITY_CHECK, WorkflowStatusChoices.QUALITY_CHECK_FAILED): {
26-
"message": "<!here> <@U056B4HMGEP> <@U06L5SKQ5QA> Quality check on {name} has failed. Changes needed! :x:",
26+
"message": "<@U056B4HMGEP> <@U06L5SKQ5QA> Quality check on {name} has failed. Changes needed! :x:",
2727
},
2828
(WorkflowStatusChoices.READY_FOR_FINAL_QUALITY_CHECK, WorkflowStatusChoices.QUALITY_CHECK_PERFECT): {
2929
"message": "{name} has passed all quality checks and is ready for public production! :white_check_mark:",

0 commit comments

Comments
 (0)