From 7af13eae73a3b107af5270aff36e94fab33485b3 Mon Sep 17 00:00:00 2001 From: Andriujose <43181885+andriujoseba@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:53:38 +0000 Subject: [PATCH 1/2] docs: add terminal citations to release fragments --- changelog.d/241.md | 2 +- changelog.d/248.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.d/241.md b/changelog.d/241.md index e7e7ec5..a095226 100644 --- a/changelog.d/241.md +++ b/changelog.d/241.md @@ -1,3 +1,3 @@ ### Fixed -- Preserve active claims when an open local pull request links them with `Refs #N`. +- Preserve active claims when an open local pull request links them with `Refs #N`. (#241). diff --git a/changelog.d/248.md b/changelog.d/248.md index d6c3bbd..baa2137 100644 --- a/changelog.d/248.md +++ b/changelog.d/248.md @@ -1,3 +1,3 @@ ### Added -- Document the optional, operator-ruled release-epic flow for governed repositories. (#248) +- Document the optional, operator-ruled release-epic flow for governed repositories. (#248). From 5ea59780b6a34bc4d78bfc4edff1208a2e8a598e Mon Sep 17 00:00:00 2001 From: Andriujose <43181885+andriujoseba@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:16:58 +0000 Subject: [PATCH 2/2] docs(triage): scope no-assignee bug to flagging --- TRIAGE.md | 4 ++-- changelog.d/264.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelog.d/264.md diff --git a/TRIAGE.md b/TRIAGE.md index e2cbe53..d8ee1be 100644 --- a/TRIAGE.md +++ b/TRIAGE.md @@ -70,8 +70,8 @@ is the failure this whole flow exists to prevent. when that ruling or any directive or answered builder question delivers the assignee's next move in prose, set `attention` in the same comment on the assigned issue that owns the claim — never on the pull request, even - when the comment lives there. An unassigned issue is a board bug, not a - demand; repair the board rather than setting `attention`. + when the comment lives there. Flagging an unassigned issue is a board bug, + not a demand; repair the board rather than setting `attention`. This is not a substitute for minting work or for `needs-ruling`. 4. **Decline.** Real idea, wrong repo or wrong time. Say why plainly, link where it belongs if anywhere, close. A refusal with reasons is a good diff --git a/changelog.d/264.md b/changelog.d/264.md new file mode 100644 index 0000000..fa70c7c --- /dev/null +++ b/changelog.d/264.md @@ -0,0 +1,4 @@ +### Changed + +- TRIAGE.md now scopes the no-assignee board bug to flagging an unassigned + issue, while still directing triage to repair ownership instead (#264).