We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e7776 commit 635e5d7Copy full SHA for 635e5d7
1 file changed
.github/workflows/invitation.yml
@@ -0,0 +1,17 @@
1
+on:
2
+ issues:
3
+ types: [labeled]
4
+
5
+jobs:
6
+ automate_invite:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Invite on label
10
+ uses: vj-abigo/invite-on-label@v1.2
11
+ with:
12
+ organization: Coders-Evoke-Community
13
+ label: invite me to the organisation
14
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
15
+ comment: '<b>Invitation sent for the GitHub Organisation. Welcome to the CodXCrypt community 🎉</b>'
16
+ env:
17
+ INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
0 commit comments