From 7db3712f354356b09dca1579407a72f9d1af3b64 Mon Sep 17 00:00:00 2001 From: Devraj Chatribin <65373279+DevrajDC@users.noreply.github.com> Date: Wed, 15 Sep 2021 20:12:25 +0530 Subject: [PATCH] Update invitation.yml --- .github/workflows/invitation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 932bc14..8d290ab 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -12,6 +12,6 @@ jobs: organization: Design-and-Code label: Invitation repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: '

Welcome to the community

🎉


Don''t forget to accept the invitation sent through mail.

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 - we help and encourage each other to contribute to open source little and often!🤓' + comment: '

Welcome to the community🎉



Don''t forget to accept the invitation sent through mail.
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 - we help and encourage each other to contribute to open source little and often!🤓' env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}