From f451703111103c7a89c7dea260d527554da71156 Mon Sep 17 00:00:00 2001 From: Deepak Raj <54245038+codeperfectplus@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:01:37 -0700 Subject: [PATCH] Update invite.yaml Signed-off-by: Deepak Raj <54245038+codeperfectplus@users.noreply.github.com> --- .github/workflows/invite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invite.yaml b/.github/workflows/invite.yaml index 79d108b..ced1de1 100644 --- a/.github/workflows/invite.yaml +++ b/.github/workflows/invite.yaml @@ -12,6 +12,6 @@ jobs: organization: Py-Contributors label: invite me to the organisation repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: 'Invitation sent to join the GitHub Organisation. Welcome to the community 🎉

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/Py-Contributors/people

instructions on how to add your name to the README https://github.com/Py-Contributors/Hacktoberfest-2022
Remember contributing to open source is not just about code, it''s about collaboration, communication and adding value
I hope that helps

Join Community on [Discord](https://discord.gg/JfbK3bS)' + comment: 'Invitation sent to join the GitHub Organisation. Welcome to the community 🎉

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 changing the dropdown to public https://github.com/orgs/Py-Contributors/people

instructions on how to add your name to the README https://github.com/Py-Contributors/Hacktoberfest-2022
Remember contributing to open source is not just about code, it''s about collaboration, communication and adding value
I hope that helps

Join Community on [Discord](https://discord.gg/JfbK3bS)\n\n[Learn Algorithms and Data Structure](https://codeperfectplus.com/)' env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}