Skip to content

Invite Me to OpInCo Org #130

Invite Me to OpInCo Org

Invite Me to OpInCo Org #130

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: OpInCo-Community
label: Invite on label
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: '<b>Invitation sent for the GitHub Organisation.</b>'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}