From 29fc0816bb9e88e54c6fa45488e352a989145bc7 Mon Sep 17 00:00:00 2001 From: Ionatan Wiznia Date: Mon, 15 Mar 2021 11:13:59 -0600 Subject: [PATCH] Remove slack notifications for QA --- .github/workflows/android.yml | 18 ------------------ .github/workflows/desktop.yml | 18 ------------------ .github/workflows/ios.yml | 18 ------------------ .github/workflows/web.yml | 18 ------------------ 4 files changed, 72 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index dfed77104a17..09a1725b68b4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -79,21 +79,3 @@ jobs: - name: Set version in ENV if: ${{ success() }} run: echo "VERSION=$(npm run print-version --silent)" >> $GITHUB_ENV - - - uses: 8398a7/action-slack@v3 - name: QA Slack notification - if: ${{ success() }} - with: - status: custom - fields: workflow, repo - custom_payload: | - { - channel: '#qa', - attachments: [{ - color: "#39AA56", - text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`, - }] - } - env: - GITHUB_TOKEN: ${{ github.token }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 06cf21554cc1..1e22c4794e2c 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -84,21 +84,3 @@ jobs: - name: Set version in ENV if: ${{ success() }} run: echo "VERSION=$(npm run print-version --silent)" >> $GITHUB_ENV - - - uses: 8398a7/action-slack@v3 - name: QA Slack notification - if: ${{ success() }} - with: - status: custom - fields: workflow, repo - custom_payload: | - { - channel: '#qa', - attachments: [{ - color: "#39AA56", - text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`, - }] - } - env: - GITHUB_TOKEN: ${{ github.token }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index dee19d46c5e5..11bcd4d46dde 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -100,21 +100,3 @@ jobs: - name: Set version in ENV if: ${{ success() }} run: echo "VERSION=$(npm run print-version --silent)" >> $GITHUB_ENV - - - uses: 8398a7/action-slack@v3 - name: QA Slack notification - if: ${{ success() }} - with: - status: custom - fields: workflow, repo - custom_payload: | - { - channel: '#qa', - attachments: [{ - color: "#39AA56", - text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`, - }] - } - env: - GITHUB_TOKEN: ${{ github.token }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 438a8a626fa5..03a7078d414d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -100,21 +100,3 @@ jobs: - name: Set version in ENV if: ${{ success() }} run: echo "VERSION=$(npm run print-version --silent)" >> $GITHUB_ENV - - - uses: 8398a7/action-slack@v3 - name: QA Slack notification - if: ${{ success() }} - with: - status: custom - fields: workflow, repo - custom_payload: | - { - channel: '#qa', - attachments: [{ - color: "#39AA56", - text: `*Expensify Chat :expensifychat:* ${process.env.AS_WORKFLOW} version *${{ env.VERSION }}* was deployed, please start *regression testing*: https://git.io/JUb0r`, - }] - } - env: - GITHUB_TOKEN: ${{ github.token }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}