refactor: split manage_labels.py into reusable modes #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The MAPPING dict in
manage_labels.pyis a one-time backfill of issue-to-label assignments. Split into:--create-labels— idempotent label creation (reusable)--apply-mapping— one-off issue labeling from the hardcoded dict--add-label <issue> <label>— ad-hoc single-issue labelingLow priority — the current script works fine for its purpose.