actions/* + lib/* + CHANGELOG — merge upstream 0.6.0 onto the forge tree, and port every gh call site it brought (#198) #204

Merged
andres merged 211 commits from build/198-upstream-0.6.0 into main 2026-08-05 13:10:55 +00:00
4 changed files with 8 additions and 4 deletions
Showing only changes of commit 64e3af682f - Show all commits

View file

@ -70,8 +70,8 @@ is the failure this whole flow exists to prevent.
when that ruling or any directive or answered builder question delivers 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 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 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 when the comment lives there. Flagging an unassigned issue is a board bug,
demand; repair the board rather than setting `attention`. not a demand; repair the board rather than setting `attention`.
This is not a substitute for minting work or for `needs-ruling`. 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 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 where it belongs if anywhere, close. A refusal with reasons is a good

View file

@ -1,3 +1,3 @@
### Fixed ### Fixed
- Preserve active claims when an open local pull request links them with `Refs #N` (#241). - Preserve active claims when an open local pull request links them with `Refs #N`. (#241).

View file

@ -1,3 +1,3 @@
### Added ### 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).

4
changelog.d/264.md Normal file
View file

@ -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).