chore: GH action to remind developers to add release notes in CHANGELOG.md#5575
Closed
cryptodev-2s wants to merge 32 commits intomainfrom
Closed
chore: GH action to remind developers to add release notes in CHANGELOG.md#5575cryptodev-2s wants to merge 32 commits intomainfrom
cryptodev-2s wants to merge 32 commits intomainfrom
Conversation
bdc6f9e to
bb9d0bd
Compare
3e19b80 to
0c5b244
Compare
cryptodev-2s
commented
Apr 1, 2025
Contributor
Author
There was a problem hiding this comment.
This file is intended to be moved to the github-tools repository later.
cryptodev-2s
commented
Apr 1, 2025
Contributor
Author
There was a problem hiding this comment.
This script is intended to be moved to the github-tools repository later.
4929ce6 to
f7d3f7c
Compare
2f9d326 to
7646392
Compare
7646392 to
291a919
Compare
cryptodev-2s
commented
Apr 2, 2025
| @@ -1 +1,2 @@ | |||
| export * from './EnsController'; | |||
| export type TestType = 'test'; | |||
Contributor
Author
There was a problem hiding this comment.
Dummy change that should trigger the workflow
cryptodev-2s
commented
Apr 2, 2025
197aebe to
59e5e47
Compare
itsyoboieltr
reviewed
Apr 8, 2025
Contributor
|
@cryptodev-2s Can this PR be closed now? It seems to have been superseded by #5620. |
Contributor
Author
|
closed as superseded by #5620. |
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.
Explanation
This PR introduces a new CI workflow that enforces the inclusion of a CHANGELOG entry for any changes made by developers. It supports both single-package repositories and monorepos using Yarn workspaces.
The shared workflow has been structured for easy migration to the github-tools repository in the future.
Testing flow:
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/3678
References
Changelog
Checklist