fix: fix: dispatcher uses old single-label names instead of bug-report combo labels (#339)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
205e28c66f
commit
fb23dcab41
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ fetch_reproduce_candidates() {
|
|||
python3 - "$tmpjson" <<'PYEOF'
|
||||
import sys, json
|
||||
data = json.load(open(sys.argv[1]))
|
||||
skip = {"reproduced", "cannot-reproduce", "needs-triage"}
|
||||
skip = {"in-progress", "in-triage", "rejected", "blocked"}
|
||||
for issue in data:
|
||||
labels = {l["name"] for l in (issue.get("labels") or [])}
|
||||
if labels & skip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue