Please invite me to the community #622
This file contains hidden or 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: WebXDAO | |
| label: github-invitation | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| comment: '<br><b>Invitation sent to join the GitHub Organization. Welcome to WebXDAO π</b><br><br>Please check your mail to accept the invitation sent by the bot! π€<br><h1>About us</h1>An Open Source Community that focuses on decentralized applications, Web3, and Blockchain technologies π» Great to have you in our community β¨ Looking forward to your valuable contributions! π€ You can also check our community [socials](https://bio.link/WebXDAO) β¨ π You can also share about our community with other folks who want to learn Blockchain tech together in an inclusive environment ππ' | |
| env: | |
| INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} | |