Skip to content

Invite me to CodeTrybe #40

Invite me to CodeTrybe

Invite me to CodeTrybe #40

Workflow file for this run

on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: codetrybe
label: Join CodeTrybe
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: "<b>Invitation sent to join CodeTrybe (ALX SWE). Welcome to the community 🎉</b><br>Don't forget to make the Community membership public on your profile. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/codetrybe/people<br><br><b>HAPPY CODING!</b><br>"
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}