Skip to content

Commit

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

Move deploy blocker notification to open source channel
  • Loading branch information
roryabraham authored Aug 16, 2021
2 parents 8b10c1c + 6556c3d commit 26e162b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployBlocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:
Expand Down

0 comments on commit 26e162b

Please sign in to comment.