From 0fa3236cbd0e4d86fbfd358f8c1bc9855d38b5a1 Mon Sep 17 00:00:00 2001 From: priyanshbot <129733067+priyanshbot@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:15:31 +0530 Subject: [PATCH] invitation.yml --- .github/workflows/invitation.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 19ab8a5..189fd37 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -1,5 +1,3 @@ -name: Invite on Label - on: issues: types: [labeled] @@ -14,10 +12,6 @@ jobs: organization: PriyanshOrg label: Invitation repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: > - Invitation sent to join our GitHub Organization. -
Go to [github.com/PriyanshOrg](https://github.com/PriyanshOrg) and accept the invitation from the popup. -
> You can also join our Discord community -

[![](https://oyepriyansh.pages.dev/6e8rgget)](https://discord.com/invite/AeAjegXn6D) + comment: "Invitation sent to join our GitHub Organization.
Go to [github.com/PriyanshOrg](https://github.com/PriyanshOrg) and accept the invitation from the popup.
> You can also join our Discord community

[![](https://oyepriyansh.pages.dev/6e8rgget)](https://discord.com/invite/AeAjegXn6D)" env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}