Skip to content
Snippets Groups Projects
Unverified Commit 3fcc0f6e authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Tag core-release group in pre-release messages (#44663)

parent 70eea116
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name: Release and Backport Status Check
on:
workflow_dispatch:
schedule:
- cron: '0 11 * * 1-5' # every weekday at 6am US eastern time
- cron: '0 7 * * 1-5' # every weekday at 8am/9am Central European Time
jobs:
check-release-status:
......
......@@ -86,5 +86,6 @@
"core-ems": "S053QF4U49G",
"tech-writers": "S078147J78S",
"successengineers": "S05AAL8PUA1",
"growth": "S056LQCRQG5"
"growth": "S056LQCRQG5",
"core-release": "S02UJK9DN59"
}
......@@ -116,7 +116,7 @@ export async function sendPreReleaseStatus({
"type": "section",
"text": {
"type": "mrkdwn",
"text": `_<https://github.com/metabase/metabase/milestone/${milestoneId}|:direction-sign: Milestone> targeted for release on ${date}_`,
"text": `_<https://github.com/metabase/metabase/milestone/${milestoneId}|:direction-sign: Milestone> targeted for release on ${date}_ ${mentionSlackTeam('core-release')}`,
}
},
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment