{"id":16594918,"url":"https://github.com/symind/repo-stat","last_synced_at":"2025-04-15T05:44:00.698Z","repository":{"id":187616642,"uuid":"677215704","full_name":"SyMind/repo-stat","owner":"SyMind","description":"Calculate the processing speed of Issues and PRs in the GitHub repository","archived":false,"fork":false,"pushed_at":"2023-08-12T00:11:13.000Z","size":20,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T05:43:55.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SyMind.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-08-11T02:58:35.000Z","updated_at":"2024-05-11T12:25:38.000Z","dependencies_parsed_at":"2024-11-16T10:36:38.102Z","dependency_job_id":null,"html_url":"https://github.com/SyMind/repo-stat","commit_stats":null,"previous_names":["symind/repo-stat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Frepo-stat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Frepo-stat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Frepo-stat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Frepo-stat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyMind","download_url":"https://codeload.github.com/SyMind/repo-stat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016310,"owners_count":21198829,"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","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":[],"created_at":"2024-10-11T23:47:56.390Z","updated_at":"2025-04-15T05:44:00.680Z","avatar_url":"https://github.com/SyMind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repo-stat\n\nCalculate the processing speed of Issues and PRs in the GitHub repository.\n\n# Usage\n\n```\nGITHUB_TOKEN=your_github_token \u0026\u0026 npm run start\n```\n\n# Algorithm\n\n## Issues\n\n1. Get all issues of a repository using GitHub's REST API.\n2. Calculate the time interval between the closed time (closed_at) and the creation time (created_at) for each issues whose labels contain 'bug'.\n3. Calculate the 80th percentile of all intervals.\n\n## PRS\n\n1. Get all pull requests of a repository using GitHub's REST API.\n2. Calculate the time interval between the merge time (merged_at) and the creation time (created_at) for each pull request.\n3. Calculate the 80th percentile of all intervals.\n\n# Results\n\n## Issues\n\n| repo | all issues number | closed bug issues number | processing speed of issues (unit: days) |\n| - | - | - | - |\n| [Ant Design](https://github.com/ant-design/ant-design) | 27,252 | 1,996 | 18.92 |\n| [Arco Design](https://github.com/arco-design/arco-design) | 1,078 | 200 | 7.12 |\n| [Semi Design](https://github.com/DouyinFE/semi-design) | 778 | 267 | 55.82 |\n\n## PRs\n\n| repo | all PRs number | merged PRs number | processing speed of PRs (unit: days) |\n| - | - | - | - |\n| [Ant Design](https://github.com/ant-design/ant-design) | 14,911 | 11,756 | 1.06 |\n| [Arco Design](https://github.com/arco-design/arco-design) | 1,028 | 901 | 1.63 |\n| [Semi Design](https://github.com/DouyinFE/semi-design) | 941 | 851 | 5.16 |\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Frepo-stat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymind%2Frepo-stat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Frepo-stat/lists"}