You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/invitation.yml
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,33 @@ jobs:
13
13
label: 'invite me to the organization'
14
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
15
comment: |
16
-
It's great having you contribute to this project. If you would like to continue contributing to open source and want to be part of an awesome and inclusive community, consider joining our GitHub Organisation and Discord Server. We help and encourage each other to contribute to open source little and often 🤓. Any questions, feel free to ask!
17
-
18
-
<b>Invitation sent to join the GitHub Organisation. Welcome to the community 🎉</b><br><br>
19
-
Don't forget after accepting to make it public so it appears on your GitHub profile for everyone else to see.
20
-
You can do this by finding your name in the GitHub organisation list and changing the dropdown to public
Tips for practising:<br>It's about collaboration, communication, and adding value<br>I hope that helps
16
+
It's great having you contribute to this project. If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our [Discord Server](https://discord.gg/wXFWgsAuzR) and our [GitHub Organisation](http://github.com/jaidevstudio) - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
33
-
-d '{"body": "The invitation has been sent to join the GitHub Organization. The issue will now be closed. Feel free to reach out with any questions!"}' \
27
+
-d '{"body": "Invitation sent for the GitHub Organisation. Welcome to the community 🎉\n\nDon\'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 [GitHub Organisation List](https://github.com/orgs/jaidevstudio/people)\n\n"}' \
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
37
+
-d '{"body": "### Tips for practising:\n\nRemember contributing to open source is not just about code, its about collaboration, communication, and adding value\n\nI hope that helps."}' \
0 commit comments