ci: add Slack notifications for release failures and community issues#790
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Slack notification integrations to the repository CI by wiring up shared reusable workflows from camunda/sdk-infra. A new workflow notifies on community issues / PRs and Dependabot activity, and the existing release workflow gains a failure notification job covering all pipeline stages.
Changes:
- Add
notify-release-failurejob inrelease.ymlthat triggers when any of the 8 release pipeline jobs fail, mentioning the Slack group. - Add new
community-notify.ymlworkflow for issue/PR open events, delegating to the shared community notify workflow. - Both rely on the
SLACK_SDK_ALERTSsecret andSLACK_MENTION_GROUPvariable.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Adds a release-failure notification job using the shared sdk-slack-notify.yml reusable workflow. |
| .github/workflows/community-notify.yml | New workflow forwarding issue/PR open events to the shared sdk-slack-community-notify.yml reusable workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Released in |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Slack notifications to camunda-8-js-sdk via the shared
sdk-infrareusable workflows.Changes
Release failure notifications (
release.yml)notify-release-failurejob that fires when any pipeline stage failsunit-tests,local_integration,local_multitenancy_integration,saas_integration,saas_integration_8_8,local_integration_8_8,local_integration_8_8_against_8_9,tag-and-publishcamunda/sdk-infra/.github/workflows/sdk-slack-notify.yml@v1@groupmention viaSLACK_MENTION_GROUPvariableCommunity & Dependabot notifications (
community-notify.yml)issues: [opened]andpull_request_target: [opened]camunda/sdk-infra/.github/workflows/sdk-slack-community-notify.yml@v1@groupmentionRequired setup
SLACK_SDK_ALERTSsecret (webhook URL)SLACK_MENTION_GROUPvariable (Slack group ID)