mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix(infra): update maintainer rollup label to 'workstream-rollup' (#16809)
This commit is contained in:
2
.github/scripts/sync-maintainer-labels.cjs
vendored
2
.github/scripts/sync-maintainer-labels.cjs
vendored
@@ -23,7 +23,7 @@ const ROOT_ISSUES = [
|
|||||||
{ owner: REPO_OWNER, repo: PUBLIC_REPO, number: 15324 },
|
{ owner: REPO_OWNER, repo: PUBLIC_REPO, number: 15324 },
|
||||||
];
|
];
|
||||||
|
|
||||||
const TARGET_LABEL = '🔒 maintainer only';
|
const TARGET_LABEL = 'workstream-rollup';
|
||||||
const isDryRun =
|
const isDryRun =
|
||||||
process.argv.includes('--dry-run') || process.env.DRY_RUN === 'true';
|
process.argv.includes('--dry-run') || process.env.DRY_RUN === 'true';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user