We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b22c4b commit 24f4a3eCopy full SHA for 24f4a3e
.github/workflows/invitation.yml
@@ -0,0 +1,18 @@
1
+name: Invitation to org
2
+on:
3
+ issues:
4
+ types: [labeled]
5
+
6
+jobs:
7
+ automate_invite:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Invite on label
11
+ uses: vj-abigo/[email protected]
12
+ with:
13
+ organization: CodXCrypt-Community
14
+ label: invite me to the organisation
15
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
16
+ comment: '<b>Invitation sent for the GitHub Organisation. Welcome to the community 🎉</b> Collaboration First Code Second !'
17
+ env:
18
+ INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
0 commit comments