Skip to content

Commit 4415854

Browse files
Create invitation.yml
1 parent 6c8874c commit 4415854

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/invitation.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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: Drive-for-Java
13+
label: invite me to the organisation
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
comment: |
16+
<div align="center">
17+
<img src="https://user-images.githubusercontent.com/51391473/138764839-1011988e-66f2-4427-a8fc-e0380971df29.gif">
18+
<br>
19+
<h1>Welcome to Drive-for-Java 🎉</h1>
20+
</div>
21+
<br>
22+
📌 Invitation sent to join the <b>GitHub Organization</b>. Check your mail to accept the invitation!
23+
<h2>📌 <ins>About Us</ins></h2>
24+
<p>
25+
⭐ <b>3 C's</b> of our Community: Connect, Collaborate and Create! <br>
26+
⭐ We are an open <b>Learning Community</b> dedicated towards developers across the world! <br>
27+
⭐ We are a community of from across the world <br>
28+
</p>
29+
30+
Check out our [Bio](https://Drive-for-Java.github.io) to get involved with us! 🚀
31+
env:
32+
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}

0 commit comments

Comments
 (0)