{"id":28151008,"url":"https://github.com/brave/pull-merge","last_synced_at":"2025-07-22T23:06:17.483Z","repository":{"id":209958597,"uuid":"702513328","full_name":"brave/pull-merge","owner":"brave","description":"LLM Capabilities for your pull-requests","archived":false,"fork":false,"pushed_at":"2025-07-16T23:56:21.000Z","size":661,"stargazers_count":24,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-18T09:04:22.853Z","etag":null,"topics":["ci","github-actions","llm","openai","pull-request"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brave.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-09T13:12:09.000Z","updated_at":"2025-07-11T19:11:20.000Z","dependencies_parsed_at":"2024-04-06T03:25:37.052Z","dependency_job_id":"56e4b041-1c54-40fc-9e78-c74e1ca8f662","html_url":"https://github.com/brave/pull-merge","commit_stats":null,"previous_names":["brave/pull-merge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brave/pull-merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brave%2Fpull-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brave%2Fpull-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brave%2Fpull-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brave%2Fpull-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brave","download_url":"https://codeload.github.com/brave/pull-merge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brave%2Fpull-merge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266586905,"owners_count":23952205,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["ci","github-actions","llm","openai","pull-request"],"created_at":"2025-05-15T04:01:49.760Z","updated_at":"2025-07-22T23:06:17.460Z","avatar_url":"https://github.com/brave.png","language":"JavaScript","readme":"# ![pull-merge](/logo/svg/logo-no-background.svg)\n\npuLL-Merge is a `github-action` to add LLM capabilities to pull-requests in `github`\n\n## Usage\n\nAdd an action under `.github/workflow/security-action.yml` with the following content:\n\n```yaml\nname: puLL-Merge\non:\n  pull_request:\n    types: [opened, synchronize, reopened, ready_for_review]\n    branches: [main]\n\njobs:\n  pull-merge:\n    name: security\n    runs-on: ubuntu-latest\n    steps:\n      - uses: brave/pull-merge@main\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          openai_api_key: ${{ secrets.OPENAI_API_KEY }}\n\n```\n\n## Testing LLM integrations (local)\n\n### OpenAI\n\n```bash\n$ ./run.js ./src/openaiExplainPatch.js --apiKey=\u003cOPENAI_KEY\u003e --owner=\u003cGITHUB_OWNER e.g. brave\u003e --repo=\u003cREPO\u003e --patchBody=\u003cPATCHBODY\u003e --debug=true\n```\n\n### Claude\n\n```bash\n$ ./run.js ./src/anthropicExplainPatch.js --apiKey=\u003cANTHROPIC_API_KEY\u003e --owner=\u003cGITHUB_OWNER e.g. brave\u003e --repo=\u003cREPO\u003e --patchBody=\u003cPATCHBODY\u003e --debug=true\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrave%2Fpull-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrave%2Fpull-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrave%2Fpull-merge/lists"}