Skip to content

Commit

Permalink
Merge pull request #1776 from Expensify/ionatan_remove_slack_notifica…
Browse files Browse the repository at this point in the history
…tion

Remove slack notifications for QA
  • Loading branch information
roryabraham authored Mar 23, 2021
2 parents 8e7f2c6 + 29fc081 commit 1560869
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,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 }}
18 changes: 0 additions & 18 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
18 changes: 0 additions & 18 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,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 }}
18 changes: 0 additions & 18 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1560869

Please sign in to comment.