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

[support-infra] Add release announcement to GitHub workflows #11867

Merged

Conversation

michelengelen
Copy link
Member

@michelengelen michelengelen commented Jan 30, 2024


This action will send a message to the #announcements channel on our discord server when there is a new release (events: release:published and release:prereleased).

For this to work we need to add a separator line into the changelog. This will be a comment string sitting just before the detailed changes.

...

<!--/ DO_NOT_REMOVE /-->

### Data Grid

...

This string needs to stay in order for the script to know where the highlights end.
The reason why we are doing this is that Discord does not allow messages to be above 2000 characters.

The message posted will look like this (tested with the v7-beta-0 Changelog):
Screenshot 2024-01-31 at 14 59 43

@michelengelen michelengelen added core Infrastructure work going on behind the scenes scope: code-infra Specific to the core-infra product labels Jan 30, 2024
@michelengelen michelengelen self-assigned this Jan 30, 2024
@mui-bot
Copy link

mui-bot commented Jan 30, 2024

Deploy preview: https://deploy-preview-11867--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against aca244c

Copy link
Member

@joserodolfofreitas joserodolfofreitas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, @michelengelen! Thank you for pushing forward on this front!

name: Send message to discord
steps:
- name: parse and send message
uses: michelengelen/discord-message-action@02af30a15955ecf718049bc33b0efabf6f626e0b
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, maybe we should review the action itself? Since it's the most essential part of the code.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes ... please go ahead. It's my private one, so nothing to hide there! :D

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the link to it for reference: https://github.com/michelengelen/discord-message-action

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked it - seems good. I think we can move forward and add this to the release workflow

@oliviertassinari oliviertassinari changed the title [code-infra] adds release announcement to github workflows [code-infra] Adds release announcement to github workflows Feb 7, 2024
Copy link
Member

@oliviertassinari oliviertassinari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

I guess we don't use https://github.com/marketplace/actions/github-releases-to-discord to have the highlight extract.

@michelengelen
Copy link
Member Author

Nice 👍

I guess we don't use https://github.com/marketplace/actions/github-releases-to-discord to have the highlight extract.

No, we don't, since every action available was either not working or did not have the feature set we wanted.

Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! Can this be extended to the Core side of the world, too? If yes, a follow up question would be if it is possible to cherry pick which announcements go to Discord?

@oliviertassinari oliviertassinari changed the title [code-infra] Adds release announcement to github workflows [infra] Add release announcement to github workflows Feb 21, 2024
@oliviertassinari oliviertassinari changed the title [infra] Add release announcement to github workflows [infra] Add release announcement to GitHub workflows Feb 21, 2024
@oliviertassinari oliviertassinari added scope: infra Org infrastructure work going on behind the scenes and removed scope: code-infra Specific to the core-infra product labels Feb 21, 2024
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 17, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 3, 2024
@michelengelen
Copy link
Member Author

Can we move on with this PR or are there any change requests from either of you?
@DanailH @joserodolfofreitas @oliviertassinari

@michelengelen michelengelen changed the title [infra] Add release announcement to GitHub workflows [support-infra] Add release announcement to GitHub workflows Apr 3, 2024
@michelengelen michelengelen merged commit 3f18594 into mui:next Apr 3, 2024
17 checks passed
@michelengelen michelengelen deleted the automation/discord-release-announcement branch April 3, 2024 13:34
@michelengelen michelengelen added the needs cherry-pick The PR should be cherry-picked to master after merge label Apr 19, 2024
michelengelen added a commit to michelengelen/mui-x that referenced this pull request Apr 19, 2024
Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
michelengelen added a commit that referenced this pull request Apr 19, 2024
…#12843)

Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes needs cherry-pick The PR should be cherry-picked to master after merge scope: infra Org infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants