We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
To prevent accidentally merging community PR with invalid title which doesn't show in changelog.
DRI: myself
The text was updated successfully, but these errors were encountered:
To accomplish this you could:
action-semantic-pull-request
addFileToAllRepos( '.github/workflows/action-semantic-pull-request.yml', '.github/workflows/action-semantic-pull-request.yml', (repository: Repository) => repository.name.startsWith('js-libp2p-') )
Sorry, something went wrong.
//CC @thomaseizinger given your work on libp2p/rust-libp2p#3054.
Successfully merging a pull request may close this issue.
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: