Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Auto Accept Collabs

Actions
Github Action to auto accept all collaboration invites
1.0.0
Star (4)

github-action-auto-accept-collabs

Github Action to auto accept all collaboration invites

version Build Status

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
1.0.0

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.