diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml deleted file mode 100644 index 3df99f070..000000000 --- a/.github/workflows/label-sponsors.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: label-sponsors - -on: - pull_request: - types: [opened] - issues: - types: [opened] - -jobs: - label: - name: Add Sponsor Labels - runs-on: ubuntu-latest - steps: - - uses: ueberdosis/sponsor-action@v1.0-alpha - with: - label: sponsor 💖 - github_token: ${{ secrets.GITHUB_TOKEN }} -