Skip to content

Commit

Permalink
chore(deps): update rtcamp/action-slack-notify action to v2.2.0 (#796)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 5, 2021
1 parent 2db2fa2 commit 0577e7d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1_2_b_bump_extension_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "1/2b. - Bumping versions for 'extension only' failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1_2_c_promote_patch_to_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "1/2c. - Promoting patch branch to stable failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1_check_for_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "1. Checking for Prisma CLI Update failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2_bump_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "2. Bumping versions failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_LSP_unit_tests_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "3. Unit tests for LSP and publish failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4_bump_LSP_in_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "4. Bumping LSP in VSCode extension failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/5_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() || needs.tests.result == 'failure' }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "5. Integration tests in VSCode folder with published LSP failed :x:"
SLACK_COLOR: '#FF0000'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/6_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
ref: ${{ github.event.inputs.branch }}
- name: Slack Notification on Failure
if: ${{ failure() || needs.build.result == 'failure' }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "6. Release failed :x:"
SLACK_COLOR: '#FF0000'
- name: Slack Notification on Success
if: ${{ success() && needs.build.result == 'success' }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "6. Release was successful :white_check_mark:"
SLACK_COLOR: '#008000'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/7_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "7. Publishing to marketplace failed :x:"
SLACK_COLOR: '#FF0000'
- name: Slack Notification on Success
if: ${{ success() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "7. Published to marketplace :white_check_mark:"
SLACK_COLOR: '#008000'
Expand Down Expand Up @@ -84,13 +84,13 @@ jobs:

- name: Slack Notification on Failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "7. Publishing to open-vsx failed :x:"
SLACK_COLOR: '#FF0000'
- name: Slack Notification on Success
if: ${{ success() }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "7. Published to open-vsx :white_check_mark:"
SLACK_COLOR: '#008000'
4 changes: 2 additions & 2 deletions .github/workflows/e2e_published_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
run: npm run test:bump ${{ github.event.inputs.extension_type }} ${{ github.event.inputs.extension_version }}
- name: Slack Notification on Failure
if: ${{ needs.test.result == 'failure' && needs.test.outputs.installed-extension }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "Testing released ${{ github.event.inputs.extension_type }} extension failed :x:"
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }}
SLACK_COLOR: '#FF0000'

- name: Slack Notification on Success
if: ${{ needs.test.result == 'success' && needs.test.outputs.installed-extension }}
uses: rtCamp/action-slack-notify@v2.1.3
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_TITLE: "Tested released ${{ github.event.inputs.extension_type }} extension :white_check_mark:"
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }}
Expand Down

0 comments on commit 0577e7d

Please sign in to comment.