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