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 }}