feat: disinto init should create bug-report label on Forgejo #253
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#253
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
bug-report,needs-triage,reproduced, andcannot-reproducelabels to the list of labels created bydisinto initon the target Forgejo repo.Why
The bug triage workflow requires these labels:
bug-report— gardener applies when an issue describes user-facing broken behavior with repro stepsneeds-triage— reproduce-agent applies when bug is confirmed but root cause is not obviousreproduced— reproduce/triage agent applies when root cause is foundcannot-reproduce— reproduce-agent applies when repro steps do not trigger the bugImplementation
In
bin/disinto, thecreate_labelsfunction — add:bug-report(color: red/orange, e.g. #d93f0b)needs-triage(color: orange, e.g. #f9d0c4)reproduced(color: green, e.g. #0e8a16)cannot-reproduce(color: grey, e.g. #cccccc)Files
bin/disinto—create_labels()function