Add major, minor, and patch labels#271
Open
jsf9k wants to merge 3 commits into
Open
Conversation
These labels are intended to be used to mark when PRs call for a major, minor, or patch version bump. Use of these labels should make it easier to determine the necessary version bump when creating a release that involves multiple PRs; simply note the label corresponding to the highest version bump and bump the version accordingly.
Member
Author
|
@cisagov/vm-dev - I am not tied to the colors I chose for these labels. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub issue/PR labels to categorize pull requests by the required semantic version bump (major/minor/patch), supporting easier release versioning decisions.
Changes:
- Added
majorlabel to indicate a major version bump. - Added
minorlabel to indicate a minor version bump. - Added
patchlabel to indicate a patch version bump.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mcdonnnj
reviewed
May 22, 2026
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
mcdonnnj
approved these changes
May 22, 2026
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.
🗣 Description
This pull request adds
major,minor, andpatchGitHub labels.💭 Motivation and context
These labels are intended to be used to mark when PRs call for a major, minor, or patch version bump. Use of these labels should make it easier to determine the necessary version bump when creating a release that involves multiple PRs; simply note the label corresponding to the highest version bump and bump the version accordingly.
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist