Please invite me to the 64 Shades GitHub Community Organization #97
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
name: GitHub invite | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
automate_invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite on label | |
uses: vj-abigo/[email protected] | |
with: | |
organization: 64-shades | |
label: invite me to the organisation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: 'Invitation sent to join the 64 Shades GitHub Organisation. Welcome to the community 🎉' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |