{"id":14465468,"url":"https://github.com/mirrajabi/aider-github-action","last_synced_at":"2025-08-29T00:32:31.664Z","repository":{"id":214786274,"uuid":"737281446","full_name":"mirrajabi/aider-github-action","owner":"mirrajabi","description":"Run Aider AI assistant in your Github Workflows!","archived":false,"fork":false,"pushed_at":"2025-08-12T10:43:01.000Z","size":93,"stargazers_count":52,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-12T12:37:58.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirrajabi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-12-30T13:14:18.000Z","updated_at":"2025-08-12T10:42:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c38df6b-ada2-4b6a-9189-5036e21f922b","html_url":"https://github.com/mirrajabi/aider-github-action","commit_stats":null,"previous_names":["mirrajabi/aider-github-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mirrajabi/aider-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirrajabi%2Faider-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirrajabi%2Faider-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirrajabi%2Faider-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirrajabi%2Faider-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirrajabi","download_url":"https://codeload.github.com/mirrajabi/aider-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirrajabi%2Faider-github-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272589917,"owners_count":24960828,"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-08-28T02:00:10.768Z","response_time":74,"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":[],"created_at":"2024-09-02T02:00:28.640Z","updated_at":"2025-08-29T00:32:31.617Z","avatar_url":"https://github.com/mirrajabi.png","language":"Shell","funding_links":[],"categories":["Domain-Specific Tools"],"sub_categories":["Git \u0026 Version Control"],"readme":"# Aider GitHub Action\n\nThis action runs [Aider](https://github.com/paul-gauthier/aider) in a container given a set of arguments, let's Aider apply changes, then it pushes the changes to the repository on the branch you pass to it.\n\n## Usage\n\n### Using Aider Github Workflows\n\nThe easiest and recommended way to use this action is to use the [aider-github-workflows](https://github.com/mirrajabi/aider-github-workflows).\n\nSee [Issue to PR workflow](https://github.com/mirrajabi/aider-github-workflows/blob/main/docs/issue-to-pr.md) which is a great place to start.\n\n### Using the action by itself\n\nIn your workflow file, add the following step to your job:\n\n```yaml\njobs:\n  my_job:\n    steps:\n      - name: Apply changes with Aider\n        uses: mirrajabi/aider-github-action@v1.1.0\n        timeout-minutes: 10 # So that you won't accidentally burn your LLM provider credits!\n        with:\n          api_key_env_name: OPENAI_API_KEY\n          api_key_env_value: ${{ secrets.openai_api_key }}\n          branch: ${{ fromJson(steps.create_branch.outputs.result).ref }}\n          model: ${{ inputs.model }}\n          aider_args: '--yes --message \"Do this and that\"'\n```\n\n#### Action Inputs\n\nWhen using the action directly, you can pass the following inputs to it:\n\n| Field Name      | Description                                                    | Required  | Type    | Default                  |\n|------------------|---------------------------------------------------------------|-----------|---------|--------------------------|\n| `aider_args`       | Space-delimited args to pass to aider (Example: `\"--yes --message 'Make the dashboard sidebar purple'\"`) | **true** | string       | -                        |\n| `branch`           | Branch to run Aider on                                      | **false** | string  | main                     |\n| `model`            | Model to run Aider with. Find available models on [this page](https://aider.chat/docs/llms.html)                                     | **true** | string  | -                        |\n| `api_key_env_name`   | \"The name of the environment variable. For example, OPENAI_API_KEY, ANTHROPIC_API_KEY, etc. See more info [here](https://aider.chat/docs/llms.html)       | **false** | string  | -                        |\n| `api_key_env_value` | The API Key to use as the value of the `api_key_env_name`   | **false** | string  | -                        |\n\n## Credits\n\nThis project uses [Paul Gauthier's Aider](https://github.com/paul-gauthier/aider). It's a great tool, and you should check it out! You can also use it as your local coding assistant.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirrajabi%2Faider-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirrajabi%2Faider-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirrajabi%2Faider-github-action/lists"}