17 lines
737 B
Markdown
17 lines
737 B
Markdown
|
|
### Fixed
|
||
|
|
|
||
|
|
- `.github/labels.conf` names identities that exist on the forge this repo
|
||
|
|
lives on. All five it named before were absent, so `panel=` could never
|
||
|
|
converge a review round and `triage-actors=` made every issue a stray mint
|
||
|
|
nobody could normalize (#195).
|
||
|
|
|
||
|
|
- `CONTRIBUTING.md`'s roster table matches the conf: three identities, the
|
||
|
|
human row is `andres`, and the approval count states what panel-minus-author
|
||
|
|
actually resolves to on this roster rather than a stale three (#195).
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- `test/labels.test.sh` holds the conf's roster and `CONTRIBUTING.md`'s roster
|
||
|
|
table to the same set, in both directions, so a roster edit that touches one
|
||
|
|
file and not the other goes red instead of drifting quietly (#195).
|