feat: add in-triage and rejected labels to disinto init #319
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add
in-triageandrejectedto the labels created bycreate_labels()inbin/disinto.Why
The bug triage workflow uses label combinations with
bug-reportas the constant:bug-reportbug-report+in-progressbug-report+in-triagebug-report+blockedbug-report+rejectedin-progressandblockedalready exist.in-triageandrejectedare new.This replaces the earlier proposal of single-purpose labels (
needs-triage,reproduced,cannot-reproduce,reproduce-failed). Combining existing labels withbug-reportkeeps the vocabulary small and makes the nested process state visible.Supersedes
#268 proposed
needs-triage,reproduced,cannot-reproduce— those can be dropped if already created. The combo approach is cleaner.Implementation
In
bin/disinto,create_labels()— add:in-triage(color: blue, e.g. #1d76db)rejected(color: grey, e.g. #cccccc)Files
bin/disinto—create_labels()function