feat: gardener should label issues as bug-report when they describe user-facing bugs with repro steps #252
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-reportlabeled issue can trigger a reproduction agent, while issues without repro steps stay asunderspecifiedor get groomed further.Implementation
bug-reportlabel detection logic to the gardener formula (formulas/run-gardener.toml)backlog—bug-reportis a separate triage trackFiles
formulas/run-gardener.toml— add bug-report labeling rulegardener/gardener-run.sh— if label logic is in the shell wrapper