Skip to content

Commit e4378ef

Browse files
committed
fix: clarify allowed label list
1 parent dedc2b7 commit e4378ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/instructions/community-discussion-labeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Review prepared discussions from the target discussion repository and assign lab
66
- Use `/tmp/gh-aw/agent/discussion-scan/` as the source of truth, especially `discussions.jsonl`, `request.json`, `summary.json`, and `allowlists.json`.
77
- Review every prepared discussion in the current input set, including discussions that already have labels.
88
- If `target_discussion_number` is present in `request.json`, treat the run as a targeted follow-up for a discussion that was just created or recategorized.
9-
- Only propose labels from the allowlist. If no allowed label fits or confidence is low, skip.
9+
- Only propose labels that appear in the `allowed-labels` list defined in the workflow file or in `allowlists.json`. Never invent, abbreviate, or modify label names. If no label from the list fits or confidence is low, skip the discussion.
1010
- Base decisions on visible signals only: category, title, body, current labels, and repeated keywords.
1111
- Use `inactive` when `inactive_signal.eligible` is `true`. Treat it as eligible when either the discussion has had no comments for at least 30 days or it has had no updates for at least 30 days.
1212
- Propose the smallest useful label change.

0 commit comments

Comments
 (0)