Looking forward to getting involved and contributing to the community 🎉 #85
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: devstrons | |
label: invitation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: | | |
![devstrons](https://raw.githubusercontent.com/devstrons/artwork/master/Stock%20assets/Logo/horizontal-with-devstrons.png) | |
Hey there! 👋 | |
Thanks for requesting an invite! Welcome to DEVSTRONS' 🎉 | |
Before going ahead, I would want you to complete the below To-Do list. | |
## Your To-Do List ✔️ | |
- Accept the invitation sent to you via mail. | |
- Change the appearance of this organization to "Public" from the people list [here](https://github.com/orgs/devstrons/people/). | |
- Join our Discord Server [here](https://dsc.gg/devstrons). | |
- Accept the Rules from `#📕│rules` channel. | |
- Introduce yourself to our community in `🤗│introductions` channel. | |
- Feel free to share your excitement on socials with `#devstrons`. You can also tag us using `@devstrons`. | |
Looking forward to interacting with you in our community! Welcome once again! 🤖 | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |