generated from ipdxco/github-as-code
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[General] Add ci check to ensure PR titles follows semantic release rules #81
Comments
To accomplish this you could:
addFileToAllRepos(
'.github/workflows/action-semantic-pull-request.yml',
'.github/workflows/action-semantic-pull-request.yml',
(repository: Repository) => repository.name.startsWith('js-libp2p-')
) |
4 tasks
//CC @thomaseizinger given your work on libp2p/rust-libp2p#3054. |
github-project-automation
bot
moved this from 🧐 In Review
to 🥳 Done
in InterPlanetary Developer Experience
Feb 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Add github workflow to every js-libp2p* repo to check if PR title follows semantic release rules.
This action works great for us at chainsafe: https://github.com/amannn/action-semantic-pull-request
Why do you need this?
To prevent accidentally merging community PR with invalid title which doesn't show in changelog.
What else do we need to know?
DRI: myself
The text was updated successfully, but these errors were encountered: