-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rtcamp/action-slack-notify action to v2.3.2
- Loading branch information
1 parent
42a85df
commit 34f6c00
Showing
12 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: "1/2b. - Bumping versions for 'extension only' failed :x:" | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '1/2c. - Promoting patch branch to stable failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '1. Checking for Prisma CLI Update failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '2. Bumping versions failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() || needs.tests.result == 'failure' || needs.bump.result == 'failure' }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '3. Test Language Server and publish failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '4. Bumping LS in VSCode extension failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() || needs.tests.result == 'failure' }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '5. Integration tests in VSCode folder with published LS failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() || needs.build.result == 'failure' }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '6. Release failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
@@ -125,7 +125,7 @@ jobs: | |
|
||
- name: Slack Notification on Success | ||
if: ${{ success() && needs.build.result == 'success' }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '6. Release was successful :white_check_mark:' | ||
SLACK_COLOR: '#008000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '7. Publishing to marketplace failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
@@ -71,7 +71,7 @@ jobs: | |
|
||
- name: Slack Notification on Success | ||
if: ${{ success() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '7. Published to marketplace :white_check_mark:' | ||
SLACK_COLOR: '#008000' | ||
|
@@ -114,7 +114,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '7. Publishing to open-vsx failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
@@ -123,7 +123,7 @@ jobs: | |
|
||
- name: Slack Notification on Success | ||
if: ${{ success() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: '7. Published to open-vsx :white_check_mark:' | ||
SLACK_COLOR: '#008000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() || needs.build.result == 'failure' }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: 'PR Build extension failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ failure() }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: 'Check for new release on Marketplace failed :x:' | ||
SLACK_COLOR: '#FF0000' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
|
||
- name: Slack Notification on Failure | ||
if: ${{ needs.test.result == 'failure' && needs.test.outputs.installed-extension }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: 'Testing released ${{ github.event.inputs.extension_type }} extension failed :x:' | ||
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }} | ||
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
- name: Slack Notification on Success | ||
if: ${{ needs.test.result == 'success' && needs.test.outputs.installed-extension }} | ||
uses: rtCamp/[email protected].0 | ||
uses: rtCamp/[email protected].2 | ||
env: | ||
SLACK_TITLE: 'Tested released ${{ github.event.inputs.extension_type }} extension :white_check_mark:' | ||
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }} | ||
|