{"id":19121713,"url":"https://github.com/kbrashears5/github-action-auto-accept-collabs","last_synced_at":"2025-09-05T10:34:47.614Z","repository":{"id":65160449,"uuid":"321532687","full_name":"kbrashears5/github-action-auto-accept-collabs","owner":"kbrashears5","description":"Github Action to auto accept all collaboration invites","archived":false,"fork":false,"pushed_at":"2024-03-08T14:53:37.000Z","size":17,"stargazers_count":5,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-13T22:40:15.675Z","etag":null,"topics":["accept","action","auto","collaboration","collabs"],"latest_commit_sha":null,"homepage":"https://github.com/kbrashears5/github-action-auto-accept-collabs","language":"Shell","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/kbrashears5.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":"2020-12-15T02:41:13.000Z","updated_at":"2025-03-20T01:09:49.000Z","dependencies_parsed_at":"2024-11-29T21:01:21.590Z","dependency_job_id":null,"html_url":"https://github.com/kbrashears5/github-action-auto-accept-collabs","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2857142857142857,"last_synced_commit":"c1a802bdd2886576318d9a191ab99dc8a66d7884"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kbrashears5/github-action-auto-accept-collabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrashears5%2Fgithub-action-auto-accept-collabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrashears5%2Fgithub-action-auto-accept-collabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrashears5%2Fgithub-action-auto-accept-collabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrashears5%2Fgithub-action-auto-accept-collabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbrashears5","download_url":"https://codeload.github.com/kbrashears5/github-action-auto-accept-collabs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrashears5%2Fgithub-action-auto-accept-collabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273746890,"owners_count":25160647,"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-09-05T02:00:09.113Z","response_time":402,"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":["accept","action","auto","collaboration","collabs"],"created_at":"2024-11-09T05:18:14.015Z","updated_at":"2025-09-05T10:34:47.582Z","avatar_url":"https://github.com/kbrashears5.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-action-auto-accept-collabs\nGithub Action to auto accept all collaboration invites\n\n[![version](https://img.shields.io/github/v/release/kbrashears5/github-action-auto-accept-collabs)](https://img.shields.io/github/v/release/kbrashears5/github-action-auto-accept-collabs)\n\n# Use Cases\nAuto accept all collaboration invites. Useful for a bot account\n\n# Setup\nCreate a new file called `/.github/workflows/auto-accept-collabs.yml` that looks like so:\n```yaml\nname: Auto Accept Collabs\n\non:\n  push:\n    branches:\n      - master\n  schedule:\n    - cron: 0 0 * * *\n\njobs:\n  file_sync:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Fetching Local Repository\n        uses: actions/checkout@master\n      - name: Auto Accept Collabs\n        uses: kbrashears5/github-action-auto-accept-collabs@v1.0.0\n        with:\n          TOKEN: ${{ secrets.ACTIONS }}\n```\n## Parameters\n| Parameter | Required | Description |\n| --- | --- | --- |\n| TOKEN | true | Personal Access Token with Repo scope |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbrashears5%2Fgithub-action-auto-accept-collabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbrashears5%2Fgithub-action-auto-accept-collabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbrashears5%2Fgithub-action-auto-accept-collabs/lists"}