Skip to content

Please invite me to the GitHub Community Organization #117

Please invite me to the GitHub Community Organization

Please invite me to the GitHub Community Organization #117

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: ZeroOctave
label: Invite me to Zerooctave
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: '<b>Invitation sent for the GitHub Organisation. Welcome to the community 🎉</b><br><br>Don''t forget after accepting to make it public so it appears on your GitHub profile for everyone else to see, you can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/ZeroOctave/people<br><br>'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}