docs(repo): add the missing changelog entry for delta 9638049af0fa - #151
Merged
Conversation
PR #150 ported six tenant-neutral files but did not author a template-side changelog entry, breaking a run that both prior ports followed (cde888650b78 on 2026-07-30, 64fa18c2ac6f on 2026-07-25). The operations repo's upstream-scope.yaml marks CHANGELOG.md `own-changelog` precisely because each repo owns its own: a port carries code, and the receiving repo writes its own entry. Adds the 2026-08-17 entry describing both batches -- the CI error-handling fixes to pr-owner-gate.yml and pr-auto-merge.yml with their two new test suites, and the -NotifyUserType location gate in Deploy-DLPPolicies.ps1 -- including what was deliberately left unchanged and why. Per this file's own maintenance rule 4, a PR whose only change is the changelog does not add an entry for itself. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Owner GateMissing This comment is maintained automatically by the |
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.
Summary
Adds the template-side changelog entry that #150 should have carried.
That PR ported six tenant-neutral files (delta
9638049af0fa, merged3fc0670) but touched only the six code files. Both prior ports authored an entry:The operations repo's
upstream-scope.yamlmarksCHANGELOG.mdasown-changelogfor exactly this reason: a port carries code, and the receiving repo writes its own entry. Missing it left this repo's history with no record of the batch.What the entry covers
Both batches in delta
9638049af0fa, at the level of detail this file's existing entries use:pr-owner-gate.ymlandpr-auto-merge.yml:ghwrites the HTTP response body to stdout even on an error, so a command substitution that discards stderr and never checks the exit code turns a failure into a value. Covers the corrupted PATCH URL, the rollup that reported "all checks are passing" because the API call failed, thewait-for-mergescope gap that meant the job had never once succeeded, the unreachableUNKNOWNsentinel, and the per-PRconcurrencygroup. Also records what was deliberately not changed and why — the nine remaining bareghreads are merge gates that should fail closed, andvalidate-oidc-auth.yml'sazcall behaves differently because the Azure CLI writes errors to stderr.-NotifyUserTypelocation gate inDeploy-DLPPolicies.ps1, including why a mixed bucket set still emits deliberately.Scope
docs/**orREADME.md—CHANGELOG.mdonlyOne file, six insertions. No code, no workflow, no test is touched.
Validation
Per this file's maintenance rule 4 — "A PR whose only change is this file (a manual changelog fix) does not add an entry for itself" — this PR adds no entry about itself.
Rollback plan
Revert the single commit. The changelog returns to having no record of delta
9638049af0fa.