-
Notifications
You must be signed in to change notification settings - Fork 0
18 lines (16 loc) · 1.29 KB
/
invitation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite-on-label
uses: vj-abigo/[email protected]
with:
organization: afridevelopers
label: ✉️ github-invitation
repo-token: ${{ secrets.REPO_GITHUB_TOKEN }}
comment: "![image](https://raw.githubusercontent.com/afridevelopers/support/master/welcome_afridevelopers.gif)<br><b>Invitation sent to join the GitHub Organization. Welcome to Afridevelopers 🎉</b><br><br>Please check your mail to accept the invitation sent by GitHub! 🤖<br><h1>About us</h1>Afridevelopers is a remarkable open-source solution tailored for serverless platforms, aimed at empowering creators to craft their infrastructure solutions. 💻 We're thrilled to welcome you into our vibrant community! ✨ We eagerly anticipate your valuable contributions! 🤓 Don't forget to explore our community on [Github](https://github.com/afridevelopers) and connect with us on [LinkedIn](https://www.linkedin.com/company/afridevelopers/) 💜 Feel free to spread the word about our community to like-minded individuals interested in development, DevOps, technology, and collaborative contributions. 👉💜👈"
env:
INVITE_TOKEN: ${{ secrets.AFRI_INVITE_TOKEN }}