-
Notifications
You must be signed in to change notification settings - Fork 7
18 lines (16 loc) Β· 1.07 KB
/
invitation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 }}