diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml deleted file mode 100644 index 37b050f..0000000 --- a/.github/workflows/label-sponsors.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Label sponsors ❤️ -on: - pull_request: - types: - - opened - issues: - types: - - opened -jobs: - sponsor-label: - name: Label sponsors ❤️ - runs-on: ubuntu-latest - steps: - - uses: JasonEtco/is-sponsor-label-action@v1 - with: - label: Sponsor Request ❤️ - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}