{"id":26278749,"url":"https://github.com/ai-action/pull-request-review","last_synced_at":"2026-02-09T01:02:52.553Z","repository":{"id":279115236,"uuid":"937761566","full_name":"ai-action/pull-request-review","owner":"ai-action","description":"📝 GitHub Action that reviews PRs with AI.","archived":false,"fork":false,"pushed_at":"2025-12-22T22:48:02.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-24T11:41:51.070Z","etag":null,"topics":["ai","ai-action","code-review","composite-action","github-action","github-composite-action","large-language-model","llm","ollama","pull-request","pull-request-review"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/pull-request-review","language":null,"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/ai-action.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":".github/CODEOWNERS","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":"2025-02-23T20:39:03.000Z","updated_at":"2025-12-22T22:47:44.000Z","dependencies_parsed_at":"2025-07-23T16:04:14.251Z","dependency_job_id":"3895ec2e-376c-4f14-8aaf-dfadff6592e0","html_url":"https://github.com/ai-action/pull-request-review","commit_stats":null,"previous_names":["ai-action/pull-request-review"],"tags_count":7,"template":false,"template_full_name":"remarkablemark/github-actions-composite-template","purl":"pkg:github/ai-action/pull-request-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fpull-request-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fpull-request-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fpull-request-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fpull-request-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-action","download_url":"https://codeload.github.com/ai-action/pull-request-review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fpull-request-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","ai-action","code-review","composite-action","github-action","github-composite-action","large-language-model","llm","ollama","pull-request","pull-request-review"],"created_at":"2025-03-14T13:17:46.342Z","updated_at":"2026-02-09T01:02:52.537Z","avatar_url":"https://github.com/ai-action.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pull-request-review\n\n[![version](https://img.shields.io/github/release/ai-action/pull-request-review)](https://github.com/ai-action/pull-request-review/releases)\n[![test](https://github.com/ai-action/pull-request-review/actions/workflows/test.yml/badge.svg)](https://github.com/ai-action/pull-request-review/actions/workflows/test.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n📝 GitHub Action that reviews pull requests with AI (LLM).\n\n## Quick Start\n\n```yaml\n# .github/workflows/pr-review.yml\non: pull_request\njobs:\n  pr-review:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: read\n      pull-requests: write\n    steps:\n      - name: PR review\n        uses: ai-action/pull-request-review@v1\n```\n\n## Usage\n\nReview PR diff and add a comment:\n\n```yaml\n- uses: ai-action/pull-request-review@v1\n```\n\nSee [action.yml](action.yml).\n\n## Inputs\n\n### `model`\n\n**Optional**: The language [model](https://ollama.com/library) to use. Defaults to [codellama](https://ollama.com/library/codellama):\n\n```yaml\n- uses: ai-action/pull-request-review@v1\n  with:\n    model: codellama\n```\n\n### `prompt`\n\n**Optional**: The input prompt that comes before the PR diff. Defaults to:\n\n```yaml\n- uses: ai-action/pull-request-review@v1\n  with:\n    prompt: 'Code review the diff:'\n```\n\n### `comment-header`\n\n**Optional**: The PR comment title in Markdown. Defaults to:\n\n```yaml\n- uses: ai-action/pull-request-review@v1\n  with:\n    comment-header: '# Pull Request Review'\n```\n\n### `token`\n\n**Optional**: The GitHub token. Defaults to `GITHUB_TOKEN`:\n\n```yaml\n- uses: ai-action/pull-request-review@v1\n  with:\n    token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-action%2Fpull-request-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-action%2Fpull-request-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-action%2Fpull-request-review/lists"}