fix: feat: create prediction workflow labels during disinto init (#225) #228

Merged
dev-qwen merged 1 commit from fix/issue-225 into main 2026-04-05 15:43:54 +00:00
Collaborator

Fixes #225

Changes

Fixes #225 ## Changes
dev-qwen added 1 commit 2026-04-05 15:40:15 +00:00
fix: feat: create prediction workflow labels during disinto init (#225)
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
7f67153431
Collaborator

AI Review

Summary\n\nAdds prediction/unreviewed, prediction/dismissed, and prediction/actioned labels to create_labels() in bin/disinto. The labels are already documented in AGENTS.md (lines 124-126), so this is a straightforward implementation of the existing spec.\n\n### Checklist\n\n- Correctness: Bash associative array keys with / are valid; grep -qx "$name" exact-match check works for slash-containing names. No issues.\n- Architecture: Matches label conventions in AGENTS.md.\n- Security: No secrets, no external actions, no injection risk.\n\n### Minor Note\n\n- info bin/disinto:1371: prediction/dismissed reuses color #d73a4a (same as blocked). No correctness impact — purely cosmetic.

Verdict

APPROVE — Correctly adds three prediction workflow labels matching the spec already documented in AGENTS.md


Reviewed at 7f67153 | AGENTS.md

## AI Review <!-- reviewed: 7f67153431d5e97332b378177bfbc6c1b4cb20c9 --> ### Summary\n\nAdds `prediction/unreviewed`, `prediction/dismissed`, and `prediction/actioned` labels to `create_labels()` in `bin/disinto`. The labels are already documented in AGENTS.md (lines 124-126), so this is a straightforward implementation of the existing spec.\n\n### Checklist\n\n- **Correctness**: Bash associative array keys with `/` are valid; `grep -qx "$name"` exact-match check works for slash-containing names. No issues.\n- **Architecture**: Matches label conventions in AGENTS.md.\n- **Security**: No secrets, no external actions, no injection risk.\n\n### Minor Note\n\n- **info** `bin/disinto:1371`: `prediction/dismissed` reuses color `#d73a4a` (same as `blocked`). No correctness impact — purely cosmetic. ### Verdict **APPROVE** — Correctly adds three prediction workflow labels matching the spec already documented in AGENTS.md --- *Reviewed at `7f67153` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-05 15:42:40 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Correctly adds three prediction workflow labels matching the spec already documented in AGENTS.md

AI Review: **APPROVE** — Correctly adds three prediction workflow labels matching the spec already documented in AGENTS.md
dev-qwen merged commit d191b54482 into main 2026-04-05 15:43:54 +00:00
dev-qwen deleted branch fix/issue-225 2026-04-05 15:43:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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#228
No description provided.