{"id":5800348,"name":"EndBug/label-sync","ecosystem":"actions","description":"An action that allows you to sync labels from a repository or a config file","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/EndBug/label-sync","keywords_array":["actions","ci","github","hacktoberfest","labels","repository","sync","utility","workflow"],"namespace":"EndBug","versions_count":12,"first_release_published_at":"2020-10-17T18:16:34.000Z","latest_release_published_at":"2024-02-13T19:08:01.000Z","latest_release_number":"v2.3.3","last_synced_at":"2026-04-22T00:49:38.671Z","created_at":"2023-01-04T12:04:49.000Z","updated_at":"2026-04-22T00:49:38.671Z","registry_url":"https://github.com/EndBug/label-sync","install_command":null,"documentation_url":null,"metadata":{"name":"Label Sync","description":"An action that allows you to sync labels from a repository or a config file","author":"Federico Grandi \u003cfedericograndi@duck.com\u003e","runs":{"using":"node20","main":"lib/index.js"},"inputs":{"token":{"description":"GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT), needed to edit the labels in this repo","required":false,"default":"${{ github.token }}"},"config-file":{"description":"The path(s) (and/or URL(s)) to the JSON or YAML file containing the label config (more info in the README)","required":false},"source-repo":{"description":"The repo to copy labels from (if not using a config file), in the 'owner/repo' format","required":false},"request-token":{"description":"The 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)","required":false},"delete-other-labels":{"description":"Whether to delete any other label (useful when setting up a new repo, dangerous when editing an existing one)","required":false,"default":"false"},"dry-run":{"description":"Whether to only display the changes, without making them (useful if you're worried you're going to mess up)","required":false,"default":"false"}},"branding":{"icon":"tag","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":37249460,"uuid":"302251027","full_name":"EndBug/label-sync","owner":"EndBug","description":":octocat: An action that allows you to sync labels from a repository or a config file","archived":false,"fork":false,"pushed_at":"2025-09-15T07:59:21.000Z","size":2938,"stargazers_count":34,"open_issues_count":7,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T11:07:13.597Z","etag":null,"topics":["actions","ci","github","hacktoberfest","labels","repository","sync","utility","workflow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/EndBug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["endbug"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-10-08T06:27:45.000Z","updated_at":"2025-09-15T07:59:24.000Z","dependencies_parsed_at":"2023-10-04T17:52:41.374Z","dependency_job_id":"cc465937-ea21-4152-be1e-0410c7b43c10","html_url":"https://github.com/EndBug/label-sync","commit_stats":{"total_commits":302,"total_committers":13,"mean_commits":23.23076923076923,"dds":"0.26490066225165565","last_synced_commit":"4227d8db349126b59efdbebf7842b032f4fe430a"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/EndBug/label-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndBug","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/sbom","scorecard":{"id":45756,"data":{"date":"2025-08-11","repo":{"name":"github.com/EndBug/label-sync","commit":"146b400dc7fc98a7d5ffe83e2926c1188241bda2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Code-Review","score":1,"reason":"Found 1/6 approved changesets -- score normalized to 1","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/labels.yml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/versioning.yml:1","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":"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":"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labels.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labels.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stale.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/stale.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/versioning.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/EndBug/label-sync/versioning.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:14","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   2 npmCommand 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":"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:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":2,"reason":"8 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T22:43:24.690Z","repository_id":37249460,"created_at":"2025-08-14T22:43:24.690Z","updated_at":"2025-08-14T22:43:24.690Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276195598,"owners_count":25601144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"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":"EndBug","name":"Federico Grandi","uuid":"26386270","kind":"user","description":"GitHub Campus Expert 🚩 @ PoliMi","email":"","website":null,"location":"Milan, IT","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26386270?u=5e0e0b461f9a6ca130a55d91f091615013e8fc4c\u0026v=4","repositories_count":64,"last_synced_at":"2025-09-17T07:51:43.327Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["endbug"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/EndBug","funding_links":["https://github.com/sponsors/endbug"],"total_stars":1264,"followers":270,"following":63,"created_at":"2022-11-12T20:17:27.269Z","updated_at":"2025-09-17T07:51:43.327Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndBug","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndBug/repositories"},"tags":[{"name":"v2.3.3","sha":"52074158190acb45f3077f9099fea818aa43f97a","kind":"tag","published_at":"2024-02-13T19:08:01.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.3.3","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.3.3","dependencies_parsed_at":"2024-02-15T05:06:05.102Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"da00f2c11fdb78e4fae44adac2fdd713778ea3e8","kind":"tag","published_at":"2022-11-15T16:21:46.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.3.2","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.3.2","dependencies_parsed_at":"2023-06-01T10:16:33.142Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"34787058c3498a674f22425940797579f4bd89f2","kind":"tag","published_at":"2022-10-17T22:15:49.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.3.1","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-31T19:12:38.424Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.1/manifests"},{"name":"v2","sha":"2155ba23e047b09a88c8a2f577fa370307d171f4","kind":"commit","published_at":"2022-08-27T08:46:39.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2","dependencies_parsed_at":"2023-05-31T08:28:35.614Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2/manifests"},{"name":"latest","sha":"2155ba23e047b09a88c8a2f577fa370307d171f4","kind":"commit","published_at":"2022-08-27T08:46:39.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/latest","html_url":"https://github.com/EndBug/label-sync/releases/tag/latest","dependencies_parsed_at":"2023-05-31T08:28:36.360Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/latest/manifests"},{"name":"v2.3.0","sha":"2155ba23e047b09a88c8a2f577fa370307d171f4","kind":"tag","published_at":"2022-08-27T08:46:39.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.3.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-31T08:28:33.659Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"852ef5d7a242975b02f1832ad53dc45ca635c3e4","kind":"tag","published_at":"2022-06-11T19:24:33.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.2.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T08:28:36.949Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"d682578e83bb20820aef1d1cda75aaa795f217ae","kind":"commit","published_at":"2022-01-19T14:58:28.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.1.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T08:28:37.499Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"9d317a2cea1024a770a9d32af7b3b33a806fe013","kind":"commit","published_at":"2021-07-02T07:57:16.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v2.0.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T08:28:38.211Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v2.0.0/manifests"},{"name":"v1","sha":"907e2c1da16c2f69dc78c323021ba807fa1e012a","kind":"commit","published_at":"2021-01-04T13:15:31.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v1","html_url":"https://github.com/EndBug/label-sync/releases/tag/v1","dependencies_parsed_at":"2023-05-31T08:28:39.435Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1/manifests"},{"name":"v1.1.0","sha":"907e2c1da16c2f69dc78c323021ba807fa1e012a","kind":"commit","published_at":"2021-01-04T13:15:31.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v1.1.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T08:28:38.857Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"c7eac13bb4a5c3784dc56ec765923f2d8acbf694","kind":"commit","published_at":"2020-10-17T18:16:34.000Z","download_url":"https://codeload.github.com/EndBug/label-sync/tar.gz/v1.0.0","html_url":"https://github.com/EndBug/label-sync/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T08:28:40.021Z","dependency_job_id":null,"purl":"pkg:github/EndBug/label-sync@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-21T04:51:43.998Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":592,"rankings":{"downloads":null,"dependent_repos_count":1.397559816193947,"dependent_packages_count":0.0,"stargazers_count":8.331484709237838,"forks_count":6.756456979876406,"docker_downloads_count":null,"average":4.121375376327047},"purl":"pkg:githubactions/EndBug/label-sync","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/EndBug/label-sync","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/EndBug/label-sync","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/EndBug/label-sync/dependencies","status":null,"funding_links":["https://github.com/sponsors/endbug","https://github.com/sponsors/EndBug"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-18T16:52:42.149Z","issues_count":13,"pull_requests_count":187,"avg_time_to_close_issue":638818.875,"avg_time_to_close_pull_request":262886.51612903224,"issues_closed_count":7,"pull_requests_closed_count":186,"pull_request_authors_count":13,"issue_authors_count":10,"avg_comments_per_issue":2.5384615384615383,"avg_comments_per_pull_request":0.34759358288770054,"merged_pull_requests_count":165,"bot_issues_count":0,"bot_pull_requests_count":169,"past_year_issues_count":1,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":596533.4444444445,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":18,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":5.0,"past_year_avg_comments_per_pull_request":0.6666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":18,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Flabel-sync/issues","maintainers":[{"login":"EndBug","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EndBug"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/EndBug%2Flabel-sync/codemeta","maintainers":[]}