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 66bf44d commit 76bc096Copy full SHA for 76bc096
sde_collections/utils/slack_utils.py
@@ -39,7 +39,7 @@
39
"message": "{name} has passed all quality checks and is ready for public production! :white_check_mark:",
40
},
41
(WorkflowStatusChoices.QUALITY_CHECK_PERFECT, WorkflowStatusChoices.PROD_PERFECT): {
42
- "message": "<!here> {name} is now live on Public Prod! Congrats team! :sparkles:",
+ "message": "{name} is now live on Public Prod! Congrats team! :sparkles:",
43
"mention_users": ["channel"],
44
45
(WorkflowStatusChoices.QUALITY_CHECK_MINOR, WorkflowStatusChoices.PROD_MINOR): {
0 commit comments