lukas-kuntze/GitHub Label Manager

Automatically creates, updates, and manages GitHub labels based on a YAML configuration file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config_filePath to the YAML configuration file containing label definitions.no.github/config/repository-labels.yml
delete_missingIf true, removes labels from the repository that are not defined in the config file. Use with caution!nofalse
github_api_urlBase URL of the GitHub API (used for GitHub Enterprise Server).nohttps://api.github.com
github_tokenGitHub token used for authenticating API requests.yes
namedescription
labels_createdNumber of labels that were created.
labels_deletedNumber of labels that were deleted.
labels_ignoredNumber of labels skipped due to the ignore flag in the config.
labels_skippedNumber of labels that were already up-to-date (no changes needed).
labels_updatedNumber of labels that were updated.