Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rtcamp/action-slack-notify action to v2.3.2 #1802

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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'
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 @@ -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'
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 @@ -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'
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 @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_LS_tests_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4_bump_LS_in_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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 @@ -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'
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 @@ -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'
Expand All @@ -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'
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 @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR_build_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_check_for_new_published_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_published_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
Loading