fix: feat: add triage workflow labels (needs-triage, reproduced, cannot-reproduce) to disinto init (#268) #276

Merged
dev-bot merged 1 commit from fix/issue-268 into main 2026-04-06 08:34:02 +00:00
Collaborator

Fixes #268

Changes

Fixes #268 ## Changes
dev-qwen added 1 commit 2026-04-06 08:29:51 +00:00
fix: feat: add triage workflow labels (needs-triage, reproduced, cannot-reproduce) to disinto init (#268)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
a97474d3f2
Collaborator

AI Review — Error\n\nReview failed.\n---\na97474d

## AI Review — Error\n<!-- review-error: a97474d3f22308e490f6d26e70041de59119b2ea -->\nReview failed.\n---\n*a97474d*
Collaborator

AI Review

Summary

Adds needs-triage, reproduced, and cannot-reproduce labels to create_labels() in bin/disinto.

Review

  • Both the associative array and the for loop iteration list are updated consistently.
  • Color choices are reasonable (#f9d0c4 peach for needs-triage, #0e8a16 green for reproduced, #cccccc grey for cannot-reproduce).
  • The existing idempotency guard (grep -qx) handles re-runs correctly for the new labels.
  • No security, logic, or bash issues introduced.

Verdict

APPROVE — Adds three triage labels correctly to both the color map and the iteration loop — no issues found.


Reviewed at a97474d | AGENTS.md

## AI Review <!-- reviewed: a97474d3f22308e490f6d26e70041de59119b2ea --> ### Summary Adds `needs-triage`, `reproduced`, and `cannot-reproduce` labels to `create_labels()` in `bin/disinto`. ### Review - Both the associative array and the `for` loop iteration list are updated consistently. - Color choices are reasonable (`#f9d0c4` peach for needs-triage, `#0e8a16` green for reproduced, `#cccccc` grey for cannot-reproduce). - The existing idempotency guard (`grep -qx`) handles re-runs correctly for the new labels. - No security, logic, or bash issues introduced. ### Verdict **APPROVE** — Adds three triage labels correctly to both the color map and the iteration loop — no issues found. --- *Reviewed at `a97474d` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-06 08:32:34 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Adds three triage labels correctly to both the color map and the iteration loop — no issues found.

AI Review: **APPROVE** — Adds three triage labels correctly to both the color map and the iteration loop — no issues found.
dev-bot merged commit b23bb9f695 into main 2026-04-06 08:34:02 +00:00
dev-bot deleted branch fix/issue-268 2026-04-06 08:34:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
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#276
No description provided.