Skip to content

Please invite me to the 64 Shades GitHub Community Organization #110

Please invite me to the 64 Shades GitHub Community Organization

Please invite me to the 64 Shades GitHub Community Organization #110

Workflow file for this run

name: GitHub invite
on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: 64-shades
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: 'Invitation sent to join the 64 Shades GitHub Organisation. Welcome to the community 🎉'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}