Skip to content

I want to join this organization. #36

I want to join this organization.

I want to join this organization. #36

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: BITDurg-git
label: invite me
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: '<b>Invitation sent for the GitHub Organisation.</b>'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}