From 13159cba0492150d56be8bfd2be70530e1921c39 Mon Sep 17 00:00:00 2001 From: Rares Munteanu Date: Mon, 2 Dec 2024 11:59:29 +0100 Subject: [PATCH] Add Express SOTs --- .github/workflows/merge-to-stage.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-to-stage.js b/.github/workflows/merge-to-stage.js index 71f290ace4..7c85415da1 100644 --- a/.github/workflows/merge-to-stage.js +++ b/.github/workflows/merge-to-stage.js @@ -20,19 +20,20 @@ const LABELS = { zeroImpact: 'zero-impact', }; const TEAM_MENTIONS = [ - '@adobecom/miq-sot', '@adobecom/bacom-sot', - '@adobecom/homepage-sot', '@adobecom/creative-cloud-sot', '@adobecom/document-cloud-sot', + '@adobecom/express-sot', + '@adobecom/homepage-sot', + '@adobecom/miq-sot', ]; const SLACK = { merge: ({ html_url, number, title, prefix = '' }) => `:merged: PR merged to stage: ${prefix} <${html_url}|${number}: ${title}>.`, openedSyncPr: ({ html_url, number }) => `:fast_forward: Created <${html_url}|Stage to Main PR ${number}>`, }; -let github; -let owner; +let github; +let owner; let repo; let body = `