Skip to content

Please invite me to the GitHub Community Organization #126

Please invite me to the GitHub Community Organization

Please invite me to the GitHub Community Organization #126

Workflow file for this run

on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: GrowInCommunity
label: Invite me to the organization
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: 'Welcome to the Organization! Please check your e-mail & make your membership public after you join from here https://github.com/orgs/GrowInCommunity/people'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}