Skip to content

Please invite me to the community #556

Please invite me to the community

Please invite me to the community #556

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