{"id":16208220,"url":"https://github.com/oscard0m/octoherd-script-fix-test-workflow-octokit","last_synced_at":"2025-10-09T22:42:06.416Z","repository":{"id":58402832,"uuid":"531251001","full_name":"oscard0m/octoherd-script-fix-test-workflow-octokit","owner":"oscard0m","description":"fixes workflows in octokit in a programmatic way","archived":false,"fork":false,"pushed_at":"2025-09-20T20:56:25.000Z","size":214,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T22:24:17.625Z","etag":null,"topics":["octoherd-script"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oscard0m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-08-31T20:38:34.000Z","updated_at":"2025-09-20T20:56:28.000Z","dependencies_parsed_at":"2024-04-10T22:36:28.696Z","dependency_job_id":"9756e77e-5623-4638-8ec1-fe5549545c77","html_url":"https://github.com/oscard0m/octoherd-script-fix-test-workflow-octokit","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.2666666666666667,"last_synced_commit":"1ff2b7ae25ed4ecea83e2064dce8ad6616e5f4e2"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/oscard0m/octoherd-script-fix-test-workflow-octokit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscard0m%2Foctoherd-script-fix-test-workflow-octokit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscard0m%2Foctoherd-script-fix-test-workflow-octokit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscard0m%2Foctoherd-script-fix-test-workflow-octokit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscard0m%2Foctoherd-script-fix-test-workflow-octokit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oscard0m","download_url":"https://codeload.github.com/oscard0m/octoherd-script-fix-test-workflow-octokit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscard0m%2Foctoherd-script-fix-test-workflow-octokit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002112,"owners_count":26083307,"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-10-09T02:00:07.460Z","response_time":59,"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"}},"keywords":["octoherd-script"],"created_at":"2024-10-10T10:15:49.661Z","updated_at":"2025-10-09T22:42:06.388Z","avatar_url":"https://github.com/oscard0m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# octoherd-script-fix-test-workflow-octokit\n\n\u003e fixes workflows in octokit in a programmatic way\n\n[![@latest](https://img.shields.io/npm/v/octoherd-script-fix-test-workflow-octokit.svg)](https://www.npmjs.com/package/octoherd-script-fix-test-workflow-octokit)\n[![Build Status](https://github.com/oscard0m/octoherd-script-fix-test-workflow-octokit/workflows/Test/badge.svg)](https://github.com/oscard0m/octoherd-script-fix-test-workflow-octokit/actions?query=workflow%3ATest+branch%3Amain)\n\n## Usage\n\nMinimal usage\n\n```js\nnpx octoherd-script-fix-test-workflow-octokit\n```\n\nPass all options as CLI flags to avoid user prompts\n\n```js\nnpx octoherd-script-fix-test-workflow-octokit \\\n  -T ghp_0123456789abcdefghjklmnopqrstuvwxyzA \\\n  -R \"oscard0m/*\"\n```\n\n## Options\n\n| option                       | type             | description                                                                                                                                                                                                                                 |\n| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `--octoherd-token`, `-T`     | string           | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set                                                                                                         |\n| `--octoherd-repos`, `-R`     | array of strings | One or multiple space-separated repositories in the form of `repo-owner/repo-name`. `repo-owner/*` will find all repositories for one owner. `*` will find all repositories the user has access to. Will prompt for repositories if not set |\n| `--octoherd-bypass-confirms` | boolean          | Bypass prompts to confirm mutating requests                                                                                                                                                                                                 |\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## About Octoherd\n\n[@octoherd](https://github.com/octoherd/) is project to help you keep your GitHub repositories in line.\n\n## License\n\n[ISC](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscard0m%2Foctoherd-script-fix-test-workflow-octokit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscard0m%2Foctoherd-script-fix-test-workflow-octokit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscard0m%2Foctoherd-script-fix-test-workflow-octokit/lists"}