{"id":18149355,"url":"https://github.com/allyw/copilot-pr-review","last_synced_at":"2025-10-25T04:46:54.346Z","repository":{"id":255449363,"uuid":"846422162","full_name":"AllyW/copilot-pr-review","owner":"AllyW","description":"This is a tool that combines LLM model's capability with GitHub action in CI Pipeline to improve development efficiency and quality.","archived":false,"fork":false,"pushed_at":"2024-09-23T14:57:36.000Z","size":35,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T07:44:46.178Z","etag":null,"topics":["ai-assistant","code-review"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/copilot-code-review","language":"Python","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/AllyW.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":"2024-08-23T07:09:27.000Z","updated_at":"2025-08-19T21:43:29.000Z","dependencies_parsed_at":"2024-09-05T13:09:13.459Z","dependency_job_id":"431e84ab-51c4-4226-ae76-2eed4e5c4388","html_url":"https://github.com/AllyW/copilot-pr-review","commit_stats":null,"previous_names":["allyw/copilot-pr-review"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/AllyW/copilot-pr-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllyW%2Fcopilot-pr-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllyW%2Fcopilot-pr-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllyW%2Fcopilot-pr-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllyW%2Fcopilot-pr-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllyW","download_url":"https://codeload.github.com/AllyW/copilot-pr-review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllyW%2Fcopilot-pr-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280906488,"owners_count":26411412,"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-25T02:00:06.499Z","response_time":81,"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":["ai-assistant","code-review"],"created_at":"2024-11-01T23:13:03.599Z","updated_at":"2025-10-25T04:46:54.316Z","avatar_url":"https://github.com/AllyW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copilot-code-review\n\nThis is a tool that combines LLM model's capability with GitHub action in CI Pipeline to improve development efficiency and quality.\n\n## How To Use\n\n### Set Up Azure AI Service \n\nIn the Settings of your repo, under `Actions` of `Secrets and variables` tab, please add `APIKEY` and `ENDPOINT` into repository secrets and their value can be get from your registered Azure AI Service.\n\n### Add action into workflow\n\nIn your workflow file, please include the code snippet below into it\n```yaml\n  - name: Copilot PR Review\n    uses: AllyW/copilot-pr-review@\u003cyour target version like v0.1.33\u003e\n    with:\n      APIKEY: ${{ secrets.APIKEY }}\n      ENDPOINT: ${{ secrets.ENDPOINT }}\n      AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n      PR_EVENT: ${{ toJSON(github.event) }}\n      code_suggest: True\n      pr_summary: True\n      pr_reset: True\n```\n\n## Usages\n\nFor now, except the necessary auth keys of ai service, there are four parameters developers can apply on demand.\n1. `code_suggest`: Whether review pr code change by line of patch, default: `False`\n2. `pr_summary`: Whether draw a conclusion from whole pr diff, default: `True`\n3. `pr_reset`: Whether clean last round pr reviews, default: `True`\n4. `review_filter`: Whether filter review result by evaluation process\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyw%2Fcopilot-pr-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyw%2Fcopilot-pr-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyw%2Fcopilot-pr-review/lists"}