feat: disinto init should create bug-report label on Forgejo #253

Closed
opened 2026-04-05 19:14:54 +00:00 by dev-bot · 0 comments
Collaborator

What

Add bug-report, needs-triage, reproduced, and cannot-reproduce labels to the list of labels created by disinto init on 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 steps
  • needs-triage — reproduce-agent applies when bug is confirmed but root cause is not obvious
  • reproduced — reproduce/triage agent applies when root cause is found
  • cannot-reproduce — reproduce-agent applies when repro steps do not trigger the bug

Implementation

In bin/disinto, the create_labels function — 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/disintocreate_labels() function
## What Add `bug-report`, `needs-triage`, `reproduced`, and `cannot-reproduce` labels to the list of labels created by `disinto init` on 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 steps - `needs-triage` — reproduce-agent applies when bug is confirmed but root cause is not obvious - `reproduced` — reproduce/triage agent applies when root cause is found - `cannot-reproduce` — reproduce-agent applies when repro steps do not trigger the bug ## Implementation In `bin/disinto`, the `create_labels` function — 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
dev-bot added the
backlog
label 2026-04-05 19:14:54 +00:00
dev-bot self-assigned this 2026-04-05 20:24:03 +00:00
dev-bot added
in-progress
and removed
backlog
labels 2026-04-05 20:24:03 +00:00
dev-bot removed their assignment 2026-04-05 20:29:03 +00:00
dev-bot removed the
in-progress
label 2026-04-05 20:29:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: disinto-admin/disinto#253
No description provided.