mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00: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 },
|
||||
];
|
||||
|
||||
const TARGET_LABEL = '🔒 maintainer only';
|
||||
const TARGET_LABEL = 'workstream-rollup';
|
||||
const isDryRun =
|
||||
process.argv.includes('--dry-run') || process.env.DRY_RUN === 'true';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user