r7kamura/github-label-sync-action
Sync GitHub Labels with labels definition file.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Aug 12, 2022
- License
- MIT
Pinned Snippet
uses: r7kamura/github-label-sync-action@061649dd3b80eb5bafad0316466f72962e62c300 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| allow_added_labels | Allow additional labels in the repository, and don't delete them. | no | false |
| github_token | GitHub access token to sync labels (`repo` scope required). | no | ${{ github.token }} |
| source_path | File path to find labels definition file. | no | .github/labels.yml |
| source_repository | GitHub repository to find labels definition file. | no | ${{ github.repository }} |
| target_repository | GitHub repository where labels are synced. | no | ${{ github.repository }} |
Outputs
no outputs