Skip to content
Merged
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
10 changes: 10 additions & 0 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,13 @@ jobs:
body: Updates the CLI latest version to ${{steps.split.outputs.version}}
labels: automerge
author: cq-bot <cq-bot@users.noreply.github.com>
- name: Slack Notify
uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2
if: always()
with:
status: ${{ job.status }}
notify_when: "failure"
notification_title: "Failed to release CLI ${{ steps.split.outputs.version }}"
footer: "<{repo_url}|{repo}>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.ALERTS_INTEGRATIONS_SLACK_WEBHOOK_URL }}
10 changes: 10 additions & 0 deletions .github/workflows/release_scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ jobs:
body: Updates Scaffold latest version to ${{steps.split.outputs.version}}
labels: automerge
author: cq-bot <cq-bot@users.noreply.github.com>
- name: Slack Notify
uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2
if: always()
with:
status: ${{ job.status }}
notify_when: "failure"
notification_title: "Failed to release Scaffold ${{ steps.split.outputs.version }}"
footer: "<{repo_url}|{repo}>"
env:
SLACK_WEBHOOK_URL: ${{ secrets.ALERTS_INTEGRATIONS_SLACK_WEBHOOK_URL }}
Loading