Skip to content

Please invite me to the community #227

Please invite me to the community

Please invite me to the community #227

Workflow file for this run

on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite-on-label
uses: vj-abigo/invite-on-label@v1.2
with:
organization: infraform
label: ✉️ github-invitation
repo-token: ${{ secrets.REPO_GITHUB_TOKEN }}
comment: "![image](https://github.com/raw/infraform/contribute/master/welcome_infraform.gif)<br><b>Invitation sent to join the GitHub Organization. Welcome to Infraform 🎉</b><br><br>Please check your mail to accept the invitation sent by GitHub! 🤖<br><h1>About us</h1>Infraform is an open source solution for serverless platforms, it is designed for developing solutions and enhancing creators to create their infrastructure 💻 Great to have you in our community ✨ Looking forward to your valuable contributions! 🤓 You can also check our community ✨ [Github](https://github.com/infraform) ✨ [LinkedIn](https://www.linkedin.com/company/infraform/) 💜 You can also share our community with other folks who want to learn about development, DevOps, tech, and contribute together and with us 👉💜👈"
env:
INVITE_TOKEN: ${{ secrets.INFRA_INVITE_TOKEN }}