Skip to content

Add all collaborators for workshop event #48

Add all collaborators for workshop event

Add all collaborators for workshop event #48

Workflow file for this run

name: Invite a new collaborator
on:
issue_comment:
types: [created]
jobs:
build:
name: Invite contributor to the Org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: invite-contributor
uses: bdougie/invite-based-on-comment@master
env:
GITHUB_TOKEN: ${{ secrets.INVITE_TOKEN }}
TEAM_ID: 3676049
ORG: 'UWB-ACM'