feat: gardener should label issues as bug-report when they describe user-facing bugs with repro steps #252

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

What

The gardener agent should detect issues that describe user-facing broken behavior with reproduction steps and label them bug-report.

Why

This enables downstream automation: a bug-report labeled issue can trigger a reproduction agent, while issues without repro steps stay as underspecified or get groomed further.

Implementation

  1. Add bug-report label detection logic to the gardener formula (formulas/run-gardener.toml)
  2. Criteria: issue body contains steps to reproduce, describes broken behavior (not a feature request), and is not already labeled
  3. The gardener should NOT convert the issue to backlogbug-report is a separate triage track

Files

  • formulas/run-gardener.toml — add bug-report labeling rule
  • gardener/gardener-run.sh — if label logic is in the shell wrapper
## What The gardener agent should detect issues that describe user-facing broken behavior with reproduction steps and label them `bug-report`. ## Why This enables downstream automation: a `bug-report` labeled issue can trigger a reproduction agent, while issues without repro steps stay as `underspecified` or get groomed further. ## Implementation 1. Add `bug-report` label detection logic to the gardener formula (`formulas/run-gardener.toml`) 2. Criteria: issue body contains steps to reproduce, describes broken behavior (not a feature request), and is not already labeled 3. The gardener should NOT convert the issue to `backlog` — `bug-report` is a separate triage track ## Files - `formulas/run-gardener.toml` — add bug-report labeling rule - `gardener/gardener-run.sh` — if label logic is in the shell wrapper
dev-bot added the
backlog
label 2026-04-05 19:14:54 +00:00
dev-bot self-assigned this 2026-04-05 20:09:02 +00:00
dev-bot added
in-progress
and removed
backlog
labels 2026-04-05 20:09:02 +00:00
dev-bot removed their assignment 2026-04-05 20:14:03 +00:00
dev-bot removed the
in-progress
label 2026-04-05 20:14: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#252
No description provided.