Conversation
m-houston
added this pull request to stack #299
September 25, 2026 08:20
m-houston
force-pushed
the
ccm-14750/release-check-commit-mappings
branch
from
September 25, 2026 08:22
294c02a to
852c6dc
Compare
Co-authored-by: Copilot <[email protected]>
Keep mapped commit reporting easier to review by showing the mapped and detected tickets side by side. Co-authored-by: Copilot <[email protected]>
Keep the resliced mapping branch lint-clean and restore coverage after separating it from the report-rollup slice. Co-authored-by: Copilot <[email protected]>
Allow repository-wide mapping files to include commits outside the selected release range without failing the run. Co-authored-by: Copilot <[email protected]>
m-houston
force-pushed
the
ccm-14750/release-check-commit-mappings
branch
from
September 25, 2026 16:48
852c6dc to
5f5b11f
Compare
This branch has not been deployed
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 slice adds commit-to-ticket mapping support for cases where a PR or commit carries the wrong Jira key.
It includes:
.jira-commitsfile in the target repository root, with CLI override supportContext
NHS governance checks depend on the tool being able to represent the intended Jira ticket for the code being released. In practice, some PRs and commits carry the wrong issue number, which would otherwise make the governance report and any follow-up fixes misleading.
This slice makes the release-check tooling resilient to that data-quality problem by allowing explicit commit-level Jira overrides while keeping those overrides visible in the report output.
Why this is a separate slice
Although it touches reporting, the main concern here is semantic correction of commit-to-ticket matching. Splitting it from the surrounding roll-up work keeps the review focused on the new mapping contract, how it affects comparison/fix behaviour, and how the override is surfaced to operators.
Validation
Sensitive Information Declaration