r7kamura/github-label-sync-action

Sync GitHub Labels with labels definition file.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Aug 12, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: r7kamura/github-label-sync-action@061649dd3b80eb5bafad0316466f72962e62c300 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
allow_added_labelsAllow additional labels in the repository, and don't delete them.nofalse
github_tokenGitHub access token to sync labels (`repo` scope required).no${{ github.token }}
source_pathFile path to find labels definition file.no.github/labels.yml
source_repositoryGitHub repository to find labels definition file.no${{ github.repository }}
target_repositoryGitHub repository where labels are synced.no${{ github.repository }}

no outputs