Please invite me to the community #556
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: WebXDAO | |
label: github-invitation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: '![welcome](https://user-images.githubusercontent.com/73097560/121835696-761b5c80-cd04-11eb-9d9c-6a4f6fb07724.gif)<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 }} | |