-
Notifications
You must be signed in to change notification settings - Fork 6
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
wip-idea: don't push non convential commit #496
base: main
Are you sure you want to change the base?
wip-idea: don't push non convential commit #496
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. Changelog requirements
Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🔎 Reviews
|
4107dfc
to
f902aa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea, but I think we should rather create rules such as:
Draft: yes
is in the body- title starts with
wip
etc
I agree with @jd . Other tools use headers in the body of the commit message to create draft PRs, add labels, reviewers... |
I don't think we should hardcode convential commit. But having a mechanism to partially push stack until a partical commit can be usefull. Change-Id: Ibf570d4747f50c13b8ec0e46782831f623392ec3
f902aa0
to
4a5c79f
Compare
I don't think we should hardcode convential commit. But having a
mechanism to partially push stack until a partical commit can be
usefull.