fix: feat: disinto init should create bug-report label on Forgejo (#253) #259

Merged
dev-bot merged 1 commit from fix/issue-253 into main 2026-04-05 20:29:03 +00:00
Collaborator

Fixes #253

Changes

Fixes #253 ## Changes
dev-bot added 1 commit 2026-04-05 20:24:57 +00:00
fix: feat: disinto init should create bug-report label on Forgejo (#253)
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
2381a24eaa
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator

AI Review

Summary

Adds bug-report label creation to disinto init so the label exists when the gardener first needs to apply it. The change is correct and minimal.

Checklist

  • Color: #e11d48 (rose/red) is appropriate for a bug-report label.
  • Array entry: ["bug-report"]="#e11d48" added to the associative array — the labels[$name] lookup at line 1394 will resolve correctly.
  • Iteration list: bug-report inserted between action and prediction/unreviewed, matching the logical grouping of operational vs. prediction labels.
  • Idempotency: existing skip logic (grep -qx) handles re-runs cleanly — no regression.
  • Consistency: AGENTS.md documents bug-report as a first-class label set by the Gardener (issue #252 wired the gardener side; this PR wires the init side). The two PRs together form a complete feature.
  • No security or bash issues detected. Variable references are properly quoted, no secrets exposed.

Verdict

APPROVE — Correctly adds bug-report label to create_labels() — matches AGENTS.md label conventions and completes the gardener bug-report labeling feature from #252


Reviewed at 2381a24 | AGENTS.md

## AI Review <!-- reviewed: 2381a24eaa94144435174b58aff352894d1701ae --> ### Summary Adds `bug-report` label creation to `disinto init` so the label exists when the gardener first needs to apply it. The change is correct and minimal. ### Checklist - **Color**: `#e11d48` (rose/red) is appropriate for a bug-report label. - **Array entry**: `["bug-report"]="#e11d48"` added to the associative array — the `labels[$name]` lookup at line 1394 will resolve correctly. - **Iteration list**: `bug-report` inserted between `action` and `prediction/unreviewed`, matching the logical grouping of operational vs. prediction labels. - **Idempotency**: existing skip logic (`grep -qx`) handles re-runs cleanly — no regression. - **Consistency**: AGENTS.md documents `bug-report` as a first-class label set by the Gardener (issue #252 wired the gardener side; this PR wires the init side). The two PRs together form a complete feature. - **No security or bash issues** detected. Variable references are properly quoted, no secrets exposed. ### Verdict **APPROVE** — Correctly adds bug-report label to create_labels() — matches AGENTS.md label conventions and completes the gardener bug-report labeling feature from #252 --- *Reviewed at `2381a24` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-05 20:27:34 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Correctly adds bug-report label to create_labels() — matches AGENTS.md label conventions and completes the gardener bug-report labeling feature from #252

AI Review: **APPROVE** — Correctly adds bug-report label to create_labels() — matches AGENTS.md label conventions and completes the gardener bug-report labeling feature from #252
dev-bot merged commit fa0e5afd79 into main 2026-04-05 20:29:03 +00:00
dev-bot deleted branch fix/issue-253 2026-04-05 20:29:03 +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#259
No description provided.