fix(infra): use GraphQL to detect direct parents in rollup workflow (#16811)

This commit is contained in:
Bryan Morgan
2026-01-15 23:38:27 -05:00
committed by GitHub
parent 8dde66c0dd
commit 420a419f5e
2 changed files with 95 additions and 1 deletions

View File

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