Please invite me to the GitHub Community Organization #555
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: Tech-Phantoms | |
label: github-invitation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: | | |
<div align="center"> | |
<img src="https://user-images.githubusercontent.com/51391473/138764839-1011988e-66f2-4427-a8fc-e0380971df29.gif"> | |
<br> | |
<h1>Welcome To Tech Phantoms 🎉</h1> | |
</div> | |
<br> | |
> Invitation sent to join the GitHub Organization. Check your mail to accept the invitation! 🤖 | |
## About Us | |
Tech Phantoms is a open source community run by students, together we work on cool project organize organize hackathons and also help and support new people in tech 🚀. | |
Check out our [Twitter](https://twitter.com/tech_phantoms) and [Discord](https://discord.apihacks.co) to get involved with us! 🚀 | |
env: | |
INVITE_TOKEN: ${{secrets.GOD_TOKEN}} | |
# - name: Discord Notification | |
# uses: wei/curl@master | |
# with: | |
# args: -X POST -H "Content-Type:application/json" -d '{"content":"${{github.event.issue.user.login}} just joined our GitHub organization"}' ${{ secrets.DISCORD_INVITATION }} |