Please invite me to the GitHub Organization #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
issues: | |
types: [labeled] | |
jobs: | |
automate_invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite on label | |
uses: vj-abigo/invite-on-label@v1.2 | |
with: | |
organization: Coders-Evoke-Community | |
label: invite me to the organisation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: '<b>Invitation sent for the GitHub Organisation. Welcome to the community 🎉</b> Collaboration First Code Second !' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |