-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Trigger slack notifications from chectl release action #22551
Comments
nothing showing up in https://app.slack.com/client/TMU5A34SW/C05SD64M85R yet asked for slack integration to be added to the che-incubator repos (starting with chectl) so we can at least watch for events there. |
working: issues, pulls, releases, branches/tags, issues:
also working: comments and deployments (probably overkill / too verbose):
Everything is working including workflow notifications: |
Events to track (currently set up in the #forum-che-release channel on ECD slack:
Events to track (currently set up in the #forum-che channel on ECD slack:
README updated at https://github.com/eclipse-che/che-release/blob/main/README.md#notifications |
@nickboldt can we close? |
if you're happy with the outcome here, then yes. Closing |
Describe the solution you'd like
replace https://github.com/eclipse-che/che-release/blob/main/.github/workflows/release-send-mattermost-announcement.yml with an action that notifies: ECD slack channel #forum-che-release that a release is done.
WIP in https://github.com/eclipse-che/che-release/blob/addSlack/.github/workflows/release-send-slack-announcement.yml
Message should be short, with link to release notes for that version.
Ths should be triggered when a new chectl release is completed, from https://github.com/che-incubator/chectl/blob/main/.github/workflows/release-announce.yml (but could also be triggered by workflow)
Additional context
Rather than writing a bot/webhook/app, using built in slack notifications work pretty well.
https://github.com/integrations/slack#configuration
See also:
The text was updated successfully, but these errors were encountered: