Skip to content

Commit 05cd7ef

Browse files
authored
Create invitation.yml
1 parent d7cc90c commit 05cd7ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/invitation.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/[email protected]
11+
with:
12+
organization: chryz-hub
13+
label: invite me to the organisation
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
comment: '<h2>Invitation sent for the GitHub community membership. Welcome to the community 🎉</h2> <strong>Do well to join our <a href="https://discord.gg/c6RhGwcP5b">discord channel</a> and make this <a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md">pull request</a> to share what you do make out connections.</strong><br>Customise your GitHub profile, here is a live stream on it https://www.youtube.com/watch?v=cT6GXCuS0Zo<br>Practice repo, instructions on how to add your name to the README in the README https://github.com/EddieJaoudeCommunity/hacktoberfest-practice<br>Remember contributing to open source is not just about code, its about collaboration, communication and adding value<br>I hope that helps'
16+
env:
17+
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}

0 commit comments

Comments
 (0)