Skip to content

Auto Accept Collabs

Actions
Github Action to auto accept all collaboration invites
v2.0.0
Latest
Star (4)

github-action-auto-accept-collabs

Github Action to auto accept all collaboration invites

version

Use Cases

Auto accept all collaboration invites. Useful for a bot account

Setup

Create a new file called /.github/workflows/auto-accept-collabs.yml that looks like so:

name: Auto Accept Collabs

on:
  push:
    branches:
      - master
  schedule:
    - cron: 0 0 * * *

jobs:
  file_sync:
    runs-on: ubuntu-latest
    steps:
      - name: Fetching Local Repository
        uses: actions/checkout@master
      - name: Auto Accept Collabs
        uses: kbrashears5/github-action-auto-accept-collabs@v1.0.0
        with:
          TOKEN: ${{ secrets.ACTIONS }}

Parameters

Parameter Required Description
TOKEN true Personal Access Token with Repo scope

Auto Accept Collabs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Action to auto accept all collaboration invites
v2.0.0
Latest

Auto Accept Collabs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.