Skip to content

Commit 630976d

Browse files
authored
Create invitation.yml
1 parent 16266dd commit 630976d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.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/invite-on-label@v1.2
11+
with:
12+
organization: EddieHubCommunity
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 community 🎉</b><br><br>Don''t forget after accepting to make it public so it appears on your GitHub profile for everyone else to see, you can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/EddieHubCommunity/people<br><br>Tips for practising:<br><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/EddieHubCommunity/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)