Skip to content

Commit 76bc096

Browse files
authored
Update sde_collections/utils/slack_utils.py
1 parent 66bf44d commit 76bc096

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
@@ -39,7 +39,7 @@
3939
"message": "{name} has passed all quality checks and is ready for public production! :white_check_mark:",
4040
},
4141
(WorkflowStatusChoices.QUALITY_CHECK_PERFECT, WorkflowStatusChoices.PROD_PERFECT): {
42-
"message": "<!here> {name} is now live on Public Prod! Congrats team! :sparkles:",
42+
"message": "{name} is now live on Public Prod! Congrats team! :sparkles:",
4343
"mention_users": ["channel"],
4444
},
4545
(WorkflowStatusChoices.QUALITY_CHECK_MINOR, WorkflowStatusChoices.PROD_MINOR): {

0 commit comments

Comments
 (0)