Skip to content
Closed
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/checklist-integrated-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
allowed-skips: checklist-SDK, checklist-export, checklist-boiler-app
jobs: ${{ toJSON(needs) }}
- name: Send Slack notification
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.1.1
if: ${{ !cancelled() && needs.setup-stage.outputs.send_message_to_slack_channel == 'true' }}
with:
channel-id: team-qa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-strorybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: [storybook-deploy]
steps:
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: "The Storybook for *gooddata-ui-sdk* has been successfully deployed. :tada:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-e2e-integrated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Inform to slack when workflows failed
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: ":warning: post merge e2e in *gooddata-sdk-ui* initiated by ${{env.AUTHOR}} encountered an error during execution. Check the *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|log here>* for further information."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-fossa-update-attribution-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Inform to slack when fossa workflows failed
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: ":warning: The FOSSA scan and attribution file creation failed. Check the *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|log here>* for further information."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-bump-master-to-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: [prepare-versions-master]
steps:
- name: Inform to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: '#javascript-notifications'
slack-message: "The *master* branch of *gooddata-ui-sdk* has been bumped to the next major version, *${{ env.VERSION }}*."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
needs: [publish-netlify, update-apidocs-version, publish-release]
steps:
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: ${{ matrix.channels }}
slack-message: "The release of *gooddata-ui-sdk@${{ needs.publish-release.outputs.version }}*, has been successful. :tada:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-perform-release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
SOURCE_BRANCH: ${{ inputs.source-branch }}

- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: ${{ env.RELEASE_MESSAGE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: [publish-netlify, update-apidocs-version, get-version]
steps:
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: "The documentation for ui sdk *${{ env.RELEASE_VERSION }}* was successfully released by *${{ env.GITHUB_USER }}*"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- name: Notify to slack with author name
if: ${{ inputs.author-name != '' }}
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: "The latest *${{env.PRERELEASE}}* version, *gooddata-ui-sdk@${{env.RELEASE_VERSION}}*, has been successfully published on NPM by the github user *${{env.GITHUB_USER}}*. :tada:"
Expand All @@ -133,7 +133,7 @@ jobs:
PRERELEASE: ${{ needs.setup-params.outputs.prerelease-tag }}
- name: Notify to slack with without author name
if: ${{ inputs.author-name == '' }}
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: "The latest *${{env.PRERELEASE}}* version, *gooddata-ui-sdk@${{env.RELEASE_VERSION}}*, has been successfully published on NPM. :tada:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
GITHUB_USER: ${{ github.actor }}
NPM_PACKAGE_VERIFIED: ${{ needs.check-npm-package.outputs.verified }}
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: ${{ env.RELEASE_MESSAGE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-publish-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Inform to slack when publish workflows failed
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: ":warning: Publish to NPM in *gooddata-ui-sdk* encountered an error during execution. Check the *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|log here>* for further information."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-post-merge-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Inform to slack when post-merge workflows failed
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: '#javascript-notifications'
slack-message: ":robot_panic: `post-merge github workflows` in `${{ github.event.repository.name }}` encountered an error during execution, check the *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}|log here>* for further information"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: [e2e-backstop]
steps:
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.1.1
with:
channel-id: "#javascript-notifications"
slack-message: "${{env.ICON}} The scheduled backstop tests for *gooddata-ui-sdk* dispatched by *${{env.DISPATCHED_BY}}* finished with result *${{env.TEST_RESULT_BACKSTOP}}*. Check the *<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|log here>*"
Expand Down