{"id":15655048,"url":"https://github.com/torxed/github-autorun","last_synced_at":"2025-03-24T01:44:32.426Z","repository":{"id":240396076,"uuid":"801906081","full_name":"Torxed/github-autorun","owner":"Torxed","description":"Approves runners automatically based on conditions and checks","archived":false,"fork":false,"pushed_at":"2024-06-06T15:39:15.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:55:19.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torxed.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-05-17T06:36:45.000Z","updated_at":"2024-06-06T15:39:18.000Z","dependencies_parsed_at":"2024-12-01T04:43:53.908Z","dependency_job_id":"bf806ba0-d7b1-494a-a959-56753c71f324","html_url":"https://github.com/Torxed/github-autorun","commit_stats":null,"previous_names":["torxed/github-autorun"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fgithub-autorun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fgithub-autorun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fgithub-autorun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torxed%2Fgithub-autorun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torxed","download_url":"https://codeload.github.com/Torxed/github-autorun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195908,"owners_count":20575936,"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":[],"created_at":"2024-10-03T12:55:41.505Z","updated_at":"2025-03-24T01:44:32.406Z","avatar_url":"https://github.com/Torxed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-autorun\n\nApproves runners automatically in PR's if `.github/workflows` are untouched.\n\n# Install \u0026 Run\n\n1. Log-on to [GitHub](#)\n2. Go to `Personal/Repo settings`\n3. Go to `Developer Settings`\n4. Setup a `Personal access tokens`/`Fine-grained tokens`.\n5. Add the token to `github-autorun.toml` and define the repo:\n   ```toml\n   [github]\n   access_token = \"github_pat_...\"\n   repository = \"Torxed/github-autorun\"\n   ```\n6. Go to `https://github.com/\u003cowner\u003e/\u003crepo\u003e/settings/hooks`\n7. `Add webhook` with:\n   - `Payload URL` to where `github-autorun` will listen\n   - `Content type` set to `application/json`\n   - Configure a `Secret` that will be configured in `github-autorun.toml`:\n     ```toml\n     [github]\n     secret = \"...\"\n     ```\n   - Select `Let me select individual events` to not spam the webhook too much:\n     * `Pull requests`\n     * `Workflow jobs`\n\nAfter that is done, you should be able to start:\n```bash\n$ python -m autorun\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorxed%2Fgithub-autorun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorxed%2Fgithub-autorun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorxed%2Fgithub-autorun/lists"}