{"id":24642641,"url":"https://github.com/adobe-rnd/github-automerge-action","last_synced_at":"2026-04-11T15:34:52.146Z","repository":{"id":40720173,"uuid":"259489232","full_name":"adobe-rnd/github-automerge-action","owner":"adobe-rnd","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T15:00:21.000Z","size":152,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T13:35:25.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe-rnd.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}},"created_at":"2020-04-28T00:27:09.000Z","updated_at":"2020-10-02T05:25:01.000Z","dependencies_parsed_at":"2023-12-05T06:36:50.571Z","dependency_job_id":null,"html_url":"https://github.com/adobe-rnd/github-automerge-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adobe-rnd/github-automerge-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-rnd%2Fgithub-automerge-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-rnd%2Fgithub-automerge-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-rnd%2Fgithub-automerge-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-rnd%2Fgithub-automerge-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe-rnd","download_url":"https://codeload.github.com/adobe-rnd/github-automerge-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-rnd%2Fgithub-automerge-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31686136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-25T13:12:23.245Z","updated_at":"2026-04-11T15:34:52.120Z","avatar_url":"https://github.com/adobe-rnd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Auto Approve and Merge Action\n\nThis action automatically approves a pull request and merges it.\n\n## Inputs\n\n### `repo-token`\n\n**Required** A github token used to approve the pull request.\n\n## Example usage\n\n```yaml\nname: Auto Approve\n\non:\n  pull_request:\n    types: [opened, reopened]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Auto Approve on ${{ github.head_ref }}\n        # only run on releases/*\n        # Note: for some reason limiting the branches in the 'on' above doesn't work\n        if: startsWith(github.head_ref, 'releases/')\n        uses: adobe-rnd/github-automerge-action@master\n        with:\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n# Development\n\n## build and deploy\n\n```sh-session\n$ npm run build\n$ git commit -am\"....\"\n$ npm release\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe-rnd%2Fgithub-automerge-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe-rnd%2Fgithub-automerge-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe-rnd%2Fgithub-automerge-action/lists"}