Please invite me to the community #6
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: 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 }} |