From 92f47a7e93d59820e17a11c1f043712887f59fdb Mon Sep 17 00:00:00 2001 From: Ionatan Wiznia Date: Mon, 16 Aug 2021 14:55:58 +0200 Subject: [PATCH 1/2] Move deploy blocker notification to open source channel --- .github/workflows/deployBlocker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployBlocker.yml b/.github/workflows/deployBlocker.yml index 08eaf2df83a6..b44b6577c7c5 100644 --- a/.github/workflows/deployBlocker.yml +++ b/.github/workflows/deployBlocker.yml @@ -44,17 +44,17 @@ jobs: add-labels: 'Hourly, Engineering' remove-labels: 'Daily, Weekly, Monthly' - - name: 'Post the issue in the #deployer slack room' + - name: 'Post the issue in the #expensify-open-source slack room' if: ${{ success() }} uses: 8398a7/action-slack@v3 with: status: custom custom_payload: | { - channel: '#deployer', + channel: '#expensify-open-source', attachments: [{ color: "#DB4545", - text: '💥 New E.cash Deploy Blocker: <${{ env.DEPLOY_BLOCKER_URL }}|'+ `${{ env.DEPLOY_BLOCKER_TITLE }}`.replace(/(^'|'$)/gi, '').replace(/'\''/gi,'\'') + '>', + text: '💥 We have found a new E.cash Deploy Blocker, if you have any idea which PR could be causing this, please comment in the issue: <${{ env.DEPLOY_BLOCKER_URL }}|'+ `${{ env.DEPLOY_BLOCKER_TITLE }}`.replace(/(^'|'$)/gi, '').replace(/'\''/gi,'\'') + '>', }] } env: From 6556c3dd77d5a79c846935fe51720cb74e88e192 Mon Sep 17 00:00:00 2001 From: Ionatan Wiznia Date: Mon, 16 Aug 2021 07:45:42 -0600 Subject: [PATCH 2/2] Update .github/workflows/deployBlocker.yml Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com> --- .github/workflows/deployBlocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployBlocker.yml b/.github/workflows/deployBlocker.yml index b44b6577c7c5..14405ba020d6 100644 --- a/.github/workflows/deployBlocker.yml +++ b/.github/workflows/deployBlocker.yml @@ -54,7 +54,7 @@ jobs: channel: '#expensify-open-source', attachments: [{ color: "#DB4545", - text: '💥 We have found a new E.cash Deploy Blocker, if you have any idea which PR could be causing this, please comment in the issue: <${{ env.DEPLOY_BLOCKER_URL }}|'+ `${{ env.DEPLOY_BLOCKER_TITLE }}`.replace(/(^'|'$)/gi, '').replace(/'\''/gi,'\'') + '>', + text: '💥 We have found a New Expensify Deploy Blocker, if you have any idea which PR could be causing this, please comment in the issue: <${{ env.DEPLOY_BLOCKER_URL }}|'+ `${{ env.DEPLOY_BLOCKER_TITLE }}`.replace(/(^'|'$)/gi, '').replace(/'\''/gi,'\'') + '>', }] } env: