Invite me to the GitHub Community Organization #52
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: The-Lively-Developers-Community | |
label: invite me to the organisation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: "<b>Invitation sent to join the GitHub Organisation. Welcome to the community 🎉</b><br>Don't forget to make the Community public on your profile, so it appears on your GitHub profile for everyone else to see. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/The-Lively-Developers-Community/people<br><br><b>HAPPY CODING</b><br>" | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |