Please invite me to the GitHub Community Organisation #42
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.4 | |
with: | |
organization: The-Debuggerz | |
label: invitation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: '<b><h1>Welcome to the community</h1></b><br>Don''t forget to accept the invitation sent through mail.<br>Please follow mandotory steps after joining from <a href="https://github.com/The-Debuggerz#mandatory-steps-after-joining">README.md</a><br>If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.gg/2pfrQSBtAZ">Discord Server</a><br> we help and encourage each other to contribute to open source little and often!' | |
existingMemberMessage: 'You are already a member of our Organisation.' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |