endbug/Label Sync

An action that allows you to sync labels from a repository or a config file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT), needed to edit the labels in this repono${{ github.token }}
config-fileThe path(s) (and/or URL(s)) to the JSON or YAML file containing the label config (more info in the README)no
source-repoThe repo to copy labels from (if not using a config file), in the 'owner/repo' formatno
request-tokenThe token to use in the 'Authorization' header (if 'config-file' is being used) or to access the repo (if a private 'source-repo' is being used)no
delete-other-labelsWhether to delete any other label (useful when setting up a new repo, dangerous when editing an existing one)nofalse
dry-runWhether to only display the changes, without making them (useful if you're worried you're going to mess up)nofalse

no outputs