Skip to content

Commit 26e162b

Browse files
authored
Merge pull request #4670 from Expensify/ionatan_blocker_slacknotification
Move deploy blocker notification to open source channel
2 parents 8b10c1c + 6556c3d commit 26e162b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployBlocker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444
add-labels: 'Hourly, Engineering'
4545
remove-labels: 'Daily, Weekly, Monthly'
4646

47-
- name: 'Post the issue in the #deployer slack room'
47+
- name: 'Post the issue in the #expensify-open-source slack room'
4848
if: ${{ success() }}
4949
uses: 8398a7/action-slack@v3
5050
with:
5151
status: custom
5252
custom_payload: |
5353
{
54-
channel: '#deployer',
54+
channel: '#expensify-open-source',
5555
attachments: [{
5656
color: "#DB4545",
57-
text: '💥 New E.cash Deploy Blocker: <${{ env.DEPLOY_BLOCKER_URL }}|'+ `${{ env.DEPLOY_BLOCKER_TITLE }}`.replace(/(^'|'$)/gi, '').replace(/'\''/gi,'\'') + '>',
57+
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,'\'') + '>',
5858
}]
5959
}
6060
env:

0 commit comments

Comments
 (0)