{"id":7743633,"name":"gagoar/codeowners-generator","ecosystem":"actions","description":"CODEOWNERS generator for mono-repos. This action will run codeowners-generator on your project and apply changes","homepage":"https://gagoar.github.io/codeowners-generator/","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/gagoar/codeowners-generator","keywords_array":["cli","codeowners","codeowners-files","codeowners-generator","monorepo"],"namespace":"gagoar","versions_count":28,"first_release_published_at":"2020-08-02T03:10:58.000Z","latest_release_published_at":"2025-01-12T22:09:24.000Z","latest_release_number":"v2.5.0","last_synced_at":"2026-04-28T12:20:28.984Z","created_at":"2023-05-17T08:44:59.056Z","updated_at":"2026-04-28T12:20:28.984Z","registry_url":"https://github.com/gagoar/codeowners-generator","install_command":null,"documentation_url":null,"metadata":{"name":"codeowners-generator","description":"CODEOWNERS generator for mono-repos. This action will run codeowners-generator on your project and apply changes","inputs":{"use-maintainers":{"description":"For every package.json found, generate a CODEOWNERS entry using the maintainers field","required":false,"default":"false"},"group-source-comments":{"description":"Instead of generating one comment per rule, enabling this flag will group them, reducing comments to one per source file. Useful if your codeowners file gets too noisy","required":false,"default":"false"},"custom-regeneration-command":{"description":"Specify a custom regeneration command to be printed in the generated CODEOWNERS file, it should be mapped to run codeowners-generator","required":false,"default":"false"},"check":{"description":"It will fail if the CODEOWNERS generated does not match the current (or missing) CODEOWNERS. Useful for validating that the CODEOWNERS file is up to date during CI.'","required":false,"default":"false"},"output":{"description":"The output path and name of the file, (default: CODEOWNERS)","required":false,"default":"CODEOWNERS"},"preserve-block-position":{"description":"Keep the generated block in the same position it was found in the CODEOWNERS file (if present). Useful for when you make manual additions.","required":false,"default":"false"},"includes":{"description":"The glob used to find CODEOWNERS files in the repo. Defaults to the value in src/utils/constants.ts","required":false,"default":""},"version":{"description":"codeowners-generator version. It will default to the latest in npm otherwise'","required":false},"hidden-directories":{"description":"Also include searching in hidden (dot) directories.","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"id":"get-input","shell":"bash","run":"ARGS_INPUT=(\"--output ${{inputs.output}}\")\nVERSION='latest'\n\nif [ \"${{inputs.use-maintainers}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--use-maintainers\")\nfi\n\nif [ \"${{inputs.use-maintainers}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--use-root-maintainers\")\nfi\n\nif [ \"${{inputs.group-source-comments}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--group-source-comments\")\nfi\n\nif [ \"${{inputs.custom-regeneration-command}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--custom-regeneration-command\")\nfi\n\nif [ \"${{inputs.check}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--check\")\nfi\n\nif [ \"${{inputs.preserve-block-position}}\" = \"true\" ]; then\n  ARGS_INPUT+=(\"--preserve-block-position\")\nfi\n\nif [ \"${{inputs.includes}}\" ]; then\n  ARGS_INPUT+=(\"--includes ${{inputs.includes}}\")\nfi\n\nif [ \"${{inputs.hidden-directories}}\" ]; then\n  ARGS_INPUT+=(\"--hidden-directories\")\nfi\n\nif [ ! -z \"${{inputs.version}}\" ]; then\n  VERSION=\"${{inputs.version}}\"\nfi\n\necho \"Arguments we will use: ${ARGS_INPUT[@]}\"\n\necho \"version=$VERSION\" \u003e\u003e $GITHUB_OUTPUT\necho \"args-input=${ARGS_INPUT[@]}\" \u003e\u003e $GITHUB_OUTPUT\n"},{"shell":"bash","run":"npx codeowners-generator@${{steps.get-input.outputs.version}} generate ${{steps.get-input.outputs.args-input}}\n"}]},"default_branch":"master","path":null},"repo_metadata":{"id":38018472,"uuid":"283064170","full_name":"gagoar/codeowners-generator","owner":"gagoar","description":"CODEOWNERS solution for mono repos","archived":false,"fork":false,"pushed_at":"2025-09-25T20:13:45.000Z","size":1464,"stargazers_count":62,"open_issues_count":20,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-25T22:24:50.018Z","etag":null,"topics":["cli","codeowners","codeowners-files","codeowners-generator","monorepo"],"latest_commit_sha":null,"homepage":"https://gagoar.github.io/codeowners-generator/","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/gagoar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-28T01:33:31.000Z","updated_at":"2025-06-12T00:05:26.000Z","dependencies_parsed_at":"2023-09-23T11:13:58.919Z","dependency_job_id":"81978f77-148e-4bc4-8807-2014bd26217a","html_url":"https://github.com/gagoar/codeowners-generator","commit_stats":{"total_commits":311,"total_committers":9,"mean_commits":34.55555555555556,"dds":"0.26688102893890675","last_synced_commit":"085dceade0fd936192bfcf55a72b2ea54a1d3d89"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/gagoar/codeowners-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gagoar","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/sbom","scorecard":{"id":417125,"data":{"date":"2025-08-11","repo":{"name":"github.com/gagoar/codeowners-generator","commit":"653b87f7008e7ee43e5bc86480bce7a47a570924"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"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":"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":"Code-Review","score":8,"reason":"Found 14/17 approved changesets -- score normalized to 8","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:11","Warn: no topLevel permission defined: .github/workflows/build-cli.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/semantic-pull-request.yml:8","Warn: no topLevel permission defined: .github/workflows/test-cli.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1"],"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-cli.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/build-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-cli.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/build-cli.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cli.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/build-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/semantic-pull-request.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/semantic-pull-request.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-cli.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test-cli.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/codeowners-generator/test.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build-cli.yml:24","Warn: npmCommand not pinned by hash: .github/workflows/lint.yml:19","Warn: npmCommand not pinned by hash: .github/workflows/test-cli.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:25","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   2 out of   6 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":"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":"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":"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":"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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:9"],"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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f9xv-q969-pqx4"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T00:11:51.856Z","repository_id":38018472,"created_at":"2025-08-19T00:11:51.856Z","updated_at":"2025-08-19T00:11:51.856Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276991939,"owners_count":25741521,"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-25T02:00:09.612Z","response_time":80,"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":"gagoar","name":"Gago","uuid":"226559","kind":"user","description":"xeroice (at) gmail (dot) com","email":"","website":null,"location":"San Francisco","twitter":"gagoar","company":null,"icon_url":"https://avatars.githubusercontent.com/u/226559?u=0b69d86abb550637519680c44f7aef0f959ad0bc\u0026v=4","repositories_count":38,"last_synced_at":"2023-03-11T00:49:50.950Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/gagoar","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T20:29:41.786Z","updated_at":"2023-03-11T00:49:50.975Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gagoar","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gagoar/repositories"},"tags":[{"name":"v2.5.0","sha":"03bf4f5f345a449b285db2bc3976850508dd3a2b","kind":"commit","published_at":"2025-01-12T22:09:24.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.5.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.5.0","dependencies_parsed_at":"2025-01-19T04:33:28.180Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"89183ee3722f05dd429d9612eebe78de51031fbc","kind":"commit","published_at":"2024-01-16T09:46:50.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.4.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.4.1","dependencies_parsed_at":"2024-01-19T04:14:07.288Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.4.1/manifests"},{"name":"action.v2.0","sha":"f4ae6eeb1f4adfc32f4ab478053292b4ee284757","kind":"tag","published_at":"2024-01-15T20:21:57.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/action.v2.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/action.v2.0","dependencies_parsed_at":"2024-01-19T04:14:07.290Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@action.v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v2.0/manifests"},{"name":"v2.4.0","sha":"64b1e415b17c67606b00f481dafa425db1374ceb","kind":"commit","published_at":"2024-01-12T15:26:30.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.4.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.4.0","dependencies_parsed_at":"2024-01-19T04:14:07.289Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"c53b04aae06588022b9e745cca9417680ca449b0","kind":"tag","published_at":"2023-11-16T07:33:01.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.3.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.3.1","dependencies_parsed_at":"2023-11-17T09:43:40.576Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"1666f8fa81e63be0ddc24fbb3b6537ab56665a23","kind":"tag","published_at":"2023-04-19T20:51:07.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.3.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.3.0","dependencies_parsed_at":"2023-07-20T13:52:22.700Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.3.0/manifests"},{"name":"action.v1.1.1","sha":"bfc7bfbda921fc92abab02c3da717c2a582493c4","kind":"tag","published_at":"2023-03-23T21:15:18.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/action.v1.1.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/action.v1.1.1","dependencies_parsed_at":"2023-07-20T13:52:21.603Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@action.v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1.1.1/manifests"},{"name":"action.v1.1","sha":"a544321375867dca9c0a30658e9a3ac14a9e5023","kind":"tag","published_at":"2023-03-23T03:16:22.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/action.v1.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/action.v1.1","dependencies_parsed_at":"2023-07-20T13:52:21.814Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@action.v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1.1/manifests"},{"name":"v2.2.0","sha":"6abf47aa62825bbf97ec7bf066f09bb5484fc08e","kind":"tag","published_at":"2023-03-23T03:11:48.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.2.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.2.0","dependencies_parsed_at":"2023-07-20T13:52:21.917Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.2.0/manifests"},{"name":"action.v1","sha":"4bc8d89cc24f3f6df235edfe50148a15c702fd70","kind":"commit","published_at":"2023-03-19T02:59:55.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/action.v1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/action.v1","dependencies_parsed_at":"2023-07-20T13:52:21.644Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@action.v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/action.v1/manifests"},{"name":"v2.1.5","sha":"ebaae6c55ebbbe160eea89d2d3fade9f4dff8045","kind":"tag","published_at":"2023-03-19T02:22:47.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.5","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.5","dependencies_parsed_at":"2023-07-20T13:52:21.461Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"acda84845f2365a15dd0386ed2fdb4d8c3dee1c3","kind":"tag","published_at":"2022-08-24T18:59:20.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.4","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.4","dependencies_parsed_at":"2023-07-20T13:52:22.009Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"4a898168e05a0d911c7334c86e7a7810ac859200","kind":"tag","published_at":"2022-05-05T08:23:51.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.3","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.3","dependencies_parsed_at":"2023-07-20T13:52:21.820Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"0ee81d9b1d71e1e5af91013f4695b4f9e1005023","kind":"tag","published_at":"2021-02-12T20:32:13.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.2","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.2","dependencies_parsed_at":"2023-07-20T13:52:22.234Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"4205779353cc27178aa3ee0a893646d776509519","kind":"tag","published_at":"2021-01-29T18:50:15.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.1","dependencies_parsed_at":"2023-07-20T13:52:22.642Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"d9bf4ecb47bd3438e3533f7ef0097346d3b04779","kind":"tag","published_at":"2021-01-28T17:51:06.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.1.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.1.0","dependencies_parsed_at":"2023-07-20T13:52:22.043Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"d68e6aab8280af94e2f6ef3974e27d31eed0ccf7","kind":"tag","published_at":"2021-01-27T03:17:39.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v2.0.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v2.0.0","dependencies_parsed_at":"2023-07-20T13:52:22.229Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v2.0.0/manifests"},{"name":"v1.4.0","sha":"9b29056bd9fec6a1f1b905a8cb0ac144dacaafd1","kind":"tag","published_at":"2021-01-24T22:32:04.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.4.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.4.0","dependencies_parsed_at":"2023-07-20T13:52:21.377Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"9e11b6f70d2b661fc77623e338edf59d2526dfeb","kind":"tag","published_at":"2020-10-29T04:31:42.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.3.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.3.0","dependencies_parsed_at":"2023-07-20T13:52:21.604Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"d2da8d53252ebfba6ff19509830f1b4de22ab1b2","kind":"tag","published_at":"2020-10-02T07:32:50.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.5","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.5","dependencies_parsed_at":"2023-07-20T13:52:22.263Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"558e512219cd780c5bc0399b027b425f0bb3e5db","kind":"tag","published_at":"2020-10-02T07:17:24.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.4","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.4","dependencies_parsed_at":"2023-07-20T13:52:22.654Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"25e2078d399f8d642f24d695503338a089b17e96","kind":"tag","published_at":"2020-10-02T06:43:15.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.3","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.3","dependencies_parsed_at":"2023-07-20T13:52:22.240Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"8b0b19482342189acc8782630ab5510f9b9a560c","kind":"tag","published_at":"2020-08-29T23:28:36.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.2","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.2","dependencies_parsed_at":"2023-07-20T13:52:21.384Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"86836867580ce513c1d893e084db3752b26d11c0","kind":"tag","published_at":"2020-08-25T05:24:04.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.1","dependencies_parsed_at":"2023-07-20T13:52:22.658Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"21c49d1e577cd9bc58b64b49a2eb2d7dc94074e5","kind":"tag","published_at":"2020-08-24T07:05:31.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.2.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.2.0","dependencies_parsed_at":"2023-07-20T13:52:21.647Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"4d934b1108fde385011a026b378aac55052e8993","kind":"tag","published_at":"2020-08-07T18:26:09.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.1.1","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.1.1","dependencies_parsed_at":"2023-07-20T13:52:21.523Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0ff388eb9315574992aa23e4f49a2f1da29148c8","kind":"commit","published_at":"2020-08-04T05:12:30.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.1.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.1.0","dependencies_parsed_at":"2023-07-20T13:52:21.308Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"30908e8ff603f6b15eec4bd2f281804cb855e28e","kind":"commit","published_at":"2020-08-02T03:10:58.000Z","download_url":"https://codeload.github.com/gagoar/codeowners-generator/tar.gz/v1.0.0","html_url":"https://github.com/gagoar/codeowners-generator/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-20T13:52:21.272Z","dependency_job_id":null,"purl":"pkg:github/gagoar/codeowners-generator@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-26T15:42:58.243Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":4.84981538768586,"forks_count":12.117600317838697,"docker_downloads_count":null,"average":14.307408157608792},"purl":"pkg:githubactions/gagoar/codeowners-generator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/gagoar/codeowners-generator","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/gagoar/codeowners-generator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/gagoar/codeowners-generator/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-07T17:16:31.964Z","issues_count":14,"pull_requests_count":174,"avg_time_to_close_issue":10282756.4,"avg_time_to_close_pull_request":8149106.882758621,"issues_closed_count":10,"pull_requests_closed_count":145,"pull_request_authors_count":12,"issue_authors_count":8,"avg_comments_per_issue":5.0,"avg_comments_per_pull_request":2.5114942528735633,"merged_pull_requests_count":118,"bot_issues_count":1,"bot_pull_requests_count":115,"past_year_issues_count":0,"past_year_pull_requests_count":27,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1509178.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.6296296296296297,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":21,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Fcodeowners-generator/issues","maintainers":[{"login":"gustavkj","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gustavkj"},{"login":"gagoar","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gagoar"}],"active_maintainers":[{"login":"gagoar","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gagoar"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Fcodeowners-generator/codemeta","maintainers":[]}