-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
enforce semver labels, block major labeled PRs #8095
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
Conversation
e04be05
to
3988442
Compare
FYI: The "enforce bugfix on master" has been changed to "enforce no major on master". This action will stay active until the next major release (to avoid unwanted breaking changes being merged into the master). |
3c794f1
to
48d2657
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.
code LGTM! as i've mentioned, i think part of this PR should also be an (initial/tentative) definition of major/minor/patch, that we should IMO also document in the PR and our contribution guidelines.
48d2657
to
6c8fd47
Compare
This PR contains the following changes:
.github/workflows/pr-enforce-pr-labels.yml
semver: major
,semver: minor
,semver: patch
..github/workflows/pr-enforce-bugfix-master.yml
semver: minor
orsemver: major
are rejected.semver: major
).