invite me to organization #515
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/[email protected] | |
with: | |
organization: Bauddhik-Geeks | |
label: invite me to organization | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: " <b>Invitation sent for the GitHub Organisation. Welcome to the community π </b> <br><br> | |
Don't forget after accepting to make it public 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/Bauddhik-Geeks/people | |
**Add yourself in:** | |
https://github.com/Bauddhik-Geeks/Welcome-to-Bauddhik-Geeks | |
Remember contributing to open source is not just about code, its about collaboration, | |
communication, and adding value | |
I hope that helps | |
It's great having you contribute to this project | |
Welcome to the community π€ | |
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 [Discord Server](https://discord.gg/Buqvd8qW) and our [GitHub Organisation](https://github.com/Bauddhik-Geeks) - we help and encourage each other | |
to contribute to open source little and often π€ . | |
Any questions let us know." | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |