[CI] Split the CI control labels into four axes and resolve them live (#40527)

This commit is contained in:
Liangsheng Yin
2026-09-21 15:37:28 -07:00
committed by GitHub
parent 66f19f5c46
commit a5c2cc517c
22 changed files with 251 additions and 346 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
const QUOTA_IDLE = 7;
const STALE_DAYS = 90;
const KEEP_LABELS = new Set(['high priority', 'keep-open', 'good first issue']);
const KEEP_LABELS = new Set(['highest-priority', 'keep-open', 'good first issue']);
const WIP_MARKER = /^\s*\[?\s*(wip|do[ _-]?not[ _-]?merge|dnm|draft)\s*\]?/i;
// Scheduled runs always act; only manual runs can be dry.