{"id":7744542,"name":"r7kamura/github-label-sync-action","ecosystem":"actions","description":"Sync GitHub Labels with labels definition file.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/r7kamura/github-label-sync-action","keywords_array":["github-actions"],"namespace":"r7kamura","versions_count":2,"first_release_published_at":"2022-07-16T22:45:31.000Z","latest_release_published_at":"2022-07-17T07:41:21.000Z","latest_release_number":"v0.1.0","last_synced_at":"2026-09-01T10:07:28.543Z","created_at":"2023-05-17T09:54:52.819Z","updated_at":"2026-09-23T18:11:16.616Z","registry_url":"https://github.com/r7kamura/github-label-sync-action","install_command":null,"documentation_url":null,"metadata":{"name":"github-label-sync-action","description":"Sync GitHub Labels with labels definition file.","inputs":{"allow_added_labels":{"default":"false","description":"Allow additional labels in the repository, and don't delete them.","required":false},"github_token":{"default":"${{ github.token }}","description":"GitHub access token to sync labels (`repo` scope required).","required":false},"source_path":{"default":".github/labels.yml","description":"File path to find labels definition file.","required":false},"source_repository":{"default":"${{ github.repository }}","description":"GitHub repository to find labels definition file.","required":false},"target_repository":{"default":"${{ github.repository }}","description":"GitHub repository where labels are synced.","required":false}},"runs":{"using":"composite","steps":[{"uses":"actions/setup-node@v3","with":{"node-version":"18.x"}},{"run":"npm install -g github-label-sync","shell":"bash"},{"uses":"actions/checkout@v3","with":{"token":"${{ inputs.github_token }}","repository":"${{ inputs.source_repository }}"}},{"run":"github-label-sync \\\n  --access-token ${{ inputs.github_token }} \\\n  --labels ${{ inputs.source_path }} \\\n  ${{ inputs.allow_added_labels != 'false' \u0026\u0026 '--allow-added-labels' || '' }} \\\n  ${{ inputs.target_repository }} \\\n","shell":"bash"}]},"branding":{"color":"orange","icon":"refresh-cw"},"default_branch":"main","path":null},"repo_metadata":{"id":45812453,"uuid":"514711932","full_name":"r7kamura/github-label-sync-action","owner":"r7kamura","description":"Sync GitHub Labels with labels definition file.","archived":false,"fork":false,"pushed_at":"2022-08-12T21:37:08.000Z","size":8,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-09-19T02:44:38.499Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r7kamura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-17T00:21:14.000Z","updated_at":"2025-11-28T19:32:23.000Z","dependencies_parsed_at":"2022-07-24T22:16:43.716Z","dependency_job_id":null,"html_url":"https://github.com/r7kamura/github-label-sync-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/r7kamura/github-label-sync-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r7kamura","download_url":"https://codeload.github.com/r7kamura/github-label-sync-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/sbom","scorecard":{"id":757131,"data":{"date":"2025-08-11","repo":{"name":"github.com/r7kamura/github-label-sync-action","commit":"0fe65a0455587de06af56bfcb96b93f3b862c6e1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/12 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/github-label-sync.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/r7kamura/github-label-sync-action/github-label-sync.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/r7kamura/github-label-sync-action/release.yml/main?enable=pin","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/github-label-sync.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:9","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T21:59:46.360Z","repository_id":45812453,"created_at":"2025-08-22T21:59:46.360Z","updated_at":"2025-08-22T21:59:46.360Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37613536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-23T02:00:07.637Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"r7kamura","name":"Ryo Nakamura","uuid":"111689","kind":"user","description":"✘╹◡╹✘","email":"r7kamura@gmail.com","website":"https://r7kamura.com/","location":"Japan","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/111689?u=64ab12304da52634277b04537b8c4260affa2b4e\u0026v=4","repositories_count":411,"last_synced_at":"2026-09-16T17:44:24.558Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"r7kamura"}},"html_url":"https://github.com/r7kamura","funding_links":["https://github.com/sponsors/r7kamura"],"total_stars":5911,"followers":898,"following":0,"created_at":"2022-11-02T16:43:46.062Z","updated_at":"2026-09-16T17:44:24.579Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r7kamura","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r7kamura/repositories"},"tags":[{"name":"v0.1.0","sha":"061649dd3b80eb5bafad0316466f72962e62c300","kind":"commit","published_at":"2022-07-17T07:41:21.000Z","download_url":"https://codeload.github.com/r7kamura/github-label-sync-action/tar.gz/v0.1.0","html_url":"https://github.com/r7kamura/github-label-sync-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T23:20:50.431Z","dependency_job_id":null,"purl":"pkg:github/r7kamura/github-label-sync-action@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/tags/v0.1.0/manifests"},{"name":"v0.0.0","sha":"e529a470f7e9f3d97c8e9be2ddbef71e66df579d","kind":"commit","published_at":"2022-07-16T22:45:31.000Z","download_url":"https://codeload.github.com/r7kamura/github-label-sync-action/tar.gz/v0.0.0","html_url":"https://github.com/r7kamura/github-label-sync-action/releases/tag/v0.0.0","dependencies_parsed_at":"2023-05-30T23:20:50.650Z","dependency_job_id":null,"purl":"pkg:github/r7kamura/github-label-sync-action@v0.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/tags/v0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/tags/v0.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-23T18:11:16.615Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":11,"rankings":{"downloads":null,"dependent_repos_count":11.78577087624782,"dependent_packages_count":0.0,"stargazers_count":8.087466328632546,"forks_count":35.17033750594201,"docker_downloads_count":null,"average":13.760893677705594},"purl":"pkg:githubactions/r7kamura/github-label-sync-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/r7kamura/github-label-sync-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/r7kamura/github-label-sync-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/r7kamura/github-label-sync-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/r7kamura"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-18T21:59:09.997Z","issues_count":1,"pull_requests_count":1,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":24032.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7kamura%2Fgithub-label-sync-action/issues","maintainers":[{"login":"r7kamura","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/r7kamura"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/r7kamura%2Fgithub-label-sync-action/codemeta","maintainers":[]}