{"id":21071175,"url":"https://github.com/minhomega/auto-merge","last_synced_at":"2026-02-09T09:02:14.937Z","repository":{"id":249600971,"uuid":"831962303","full_name":"MinhOmega/auto-merge","owner":"MinhOmega","description":"GitHub Action to automatically merge pull requests after they have received the required approvals.","archived":false,"fork":false,"pushed_at":"2024-07-31T06:09:51.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T23:19:28.314Z","etag":null,"topics":["actions","approval","auto-merge","automation","containers","continuous-integration","continuous-integration-and-deployment","developer-tools","devops","docker","github-action","github-actions","golang","productivity","pull-requests","software-development","workflow"],"latest_commit_sha":null,"homepage":"","language":"Go","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/MinhOmega.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-07-22T04:39:25.000Z","updated_at":"2024-07-30T10:39:28.000Z","dependencies_parsed_at":"2024-07-22T06:22:31.039Z","dependency_job_id":"c0c9782a-87c7-40b6-85dc-67da55ab308d","html_url":"https://github.com/MinhOmega/auto-merge","commit_stats":null,"previous_names":["minhomega/auto-merge"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Fauto-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Fauto-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Fauto-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhOmega%2Fauto-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinhOmega","download_url":"https://codeload.github.com/MinhOmega/auto-merge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020342,"owners_count":20548180,"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":["actions","approval","auto-merge","automation","containers","continuous-integration","continuous-integration-and-deployment","developer-tools","devops","docker","github-action","github-actions","golang","productivity","pull-requests","software-development","workflow"],"created_at":"2024-11-19T18:50:20.215Z","updated_at":"2026-02-09T09:02:09.896Z","avatar_url":"https://github.com/MinhOmega.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Merge PRs\n\nA GitHub Action to automatically merge pull requests after they have received the required approvals.\n\n## Usage\n\nTo use this action, create a workflow YAML file in your .github/workflows directory in your GitHub repository. Here is an example:\n\n```yaml\nname: Auto-Merge-PRs\n\non:\n  pull_request:\n    types: [opened, reopened, synchronize]\n\njobs:\n  auto-merge:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v2\n\n      - name: Run Auto-Merge PRs\n        uses: MinhOmega/auto-merge@v1.0.4\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n| Input            | Description                                        | Required | Default |\n|------------------|----------------------------------------------------|----------|---------|\n| `sleep_duration` | Duration to sleep between checks (in seconds)      | false    | `5`     |\n| `timeout_minutes`| Timeout for the merge process (in minutes)         | false    | `1440`  |\n| `base_branch`    | Base branch to check against                       | false    | `master`|\n| `github_token`   | GitHub token for authentication                    | true     | N/A     |\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Fauto-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhomega%2Fauto-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhomega%2Fauto-merge/lists"}