Merge pull request 'fix: fix: dispatcher uses old single-label names instead of bug-report combo labels (#339)' (#345) from fix/issue-339 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
064366678b
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