Skip to content

Please invite me to the GitHub Community Organisation #41

Please invite me to the GitHub Community Organisation

Please invite me to the GitHub Community Organisation #41

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: 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 }}