Add changelog CI check - #240
Merged
Radhika Gupta (rads-1996) merged 2 commits intoAug 5, 2026
Merged
Conversation
Jackson Weber (JacksonWeber)
previously approved these changes
Aug 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a CI gate to the existing PR validation workflow to ensure CHANGELOG.md is updated for pull requests unless explicitly exempted via a label.
Changes:
- Adds a new
changelogjob to verifyCHANGELOG.mdis modified in PRs. - Skips the changelog requirement when the PR has the
skip-changeloglabel.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Performance comparisonThreshold: regressions >15.0% on gating scenarios fail the build. Higher ops/s is better; positive Δ means the PR is slower.
|
Jackson Weber (JacksonWeber)
approved these changes
Aug 5, 2026
Radhika Gupta (rads-1996)
merged commit Aug 5, 2026
9d231ea
into
microsoft:main
22 of 23 checks passed
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.
This PR introduces a CI check to ensure every new PR has a changelog associated with it where warranted. If a PR does not need to have a changelog, it can by skipped by using the
skip-changeloglabel. This PR tests and confirms that the label works.