fix(infra): update maintainer rollup label to 'workstream-rollup' (#16809)

This commit is contained in:
Bryan Morgan
2026-01-15 21:37:11 -05:00
committed by GitHub
parent f367b959cd
commit 8dde66c0dd

View File

@@ -23,7 +23,7 @@ const ROOT_ISSUES = [
{ owner: REPO_OWNER, repo: PUBLIC_REPO, number: 15324 },
];
const TARGET_LABEL = '🔒 maintainer only';
const TARGET_LABEL = 'workstream-rollup';
const isDryRun =
process.argv.includes('--dry-run') || process.env.DRY_RUN === 'true';