From 5cbdae2c04d04ef2d3591572563bebe1bc4d33c2 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 4 Jul 2023 20:05:44 +1000 Subject: [PATCH] Delete invitation.yml --- .github/workflows/invitation.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/invitation.yml diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml deleted file mode 100644 index 5dd1eb9..0000000 --- a/.github/workflows/invitation.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: GitHub invite - -on: - issues: - types: [labeled] - -jobs: - automate_invite: - runs-on: ubuntu-latest - steps: - - name: Invite on label - uses: vj-abigo/invite-on-label@v1.4 - with: - organization: slurpcode - label: invite me to the organisation - repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: 'Invitation sent to join the Slurp Code Organisation. Welcome to the community 🎉' - env: - INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}