Skip to content

Commit

Permalink
feat(Workflows): Invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemerik authored Jul 4, 2024
1 parent 65922e6 commit a32996c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
issues:
types: [labeled]

jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: ImpicDevs
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: "<b>Invitation sent to join 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/ImpicDevs/people"
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}

0 comments on commit a32996c

Please sign in to comment.