Merge pull request #162 from claude-bot-andresmgsl/build/158-strip-grouped-headings

fix: strip the grouped headings from the four drifted fragments
This commit is contained in:
Daniel Marin 2026-07-24 17:05:32 +01:00 committed by GitHub
commit f19d671b74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
### Fixed
- `drills/README.md` no longer tells the builder to delete the scratch repo — - `drills/README.md` no longer tells the builder to delete the scratch repo —
a step no fleet identity can perform, because `delete_repo` is deliberately a step no fleet identity can perform, because `delete_repo` is deliberately
absent from bot tokens. The builder's end state is **archive** absent from bot tokens. The builder's end state is **archive**

View file

@ -1,5 +1,3 @@
### Fixed
- `blocker:unrequested` now clears the moment the panel is asked: the labels - `blocker:unrequested` now clears the moment the panel is asked: the labels
caller (and the `docs/CONSUMERS.md` stub) listens on `review_requested` and caller (and the `docs/CONSUMERS.md` stub) listens on `review_requested` and
`review_request_removed`, so the one event that falsifies the label — or `review_request_removed`, so the one event that falsifies the label — or

View file

@ -1,5 +1,3 @@
### Fixed
- The `docs/CONSUMERS.md` labels-caller stub lists the same `issues:` types - The `docs/CONSUMERS.md` labels-caller stub lists the same `issues:` types
as ceremony's own caller — `edited` and `reopened` included — so a consumer as ceremony's own caller — `edited` and `reopened` included — so a consumer
adopting the stub wakes when an issue body's `Blocked by #N` declaration is adopting the stub wakes when an issue body's `Blocked by #N` declaration is

View file

@ -1,5 +1,3 @@
### Changed
- Doctrine names the second `Closes #N` exception: a same-repo PR whose - Doctrine names the second `Closes #N` exception: a same-repo PR whose
authorizing issue marks an acceptance criterion post-merge uses `Refs #N`, authorizing issue marks an acceptance criterion post-merge uses `Refs #N`,
and triage closes the issue by hand on the evidence — merging #143 and triage closes the issue by hand on the evidence — merging #143