We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc08d7 commit 5e804ffCopy full SHA for 5e804ff
1 file changed
.github/workflows/invitation.yml
@@ -1 +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: EquiCode
13
+ label: invite me to the organization
14
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
15
+ comment: 'Welcome to the Org.'
16
+ env:
17
+ INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
0 commit comments