You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/instructions/community-discussion-labeling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Review prepared discussions from the target discussion repository and assign lab
6
6
- Use `/tmp/gh-aw/agent/discussion-scan/` as the source of truth, especially `discussions.jsonl`, `request.json`, `summary.json`, and `allowlists.json`.
7
7
- Review every prepared discussion in the current input set, including discussions that already have labels.
8
8
- 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.
10
10
- Base decisions on visible signals only: category, title, body, current labels, and repeated keywords.
11
11
- 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.
0 commit comments