From 742fc6f2eb918571f8118db6f5ff86c1ea390983 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 7 Aug 2022 14:37:36 +0200 Subject: [PATCH] Removing Label Sponsor workflow as it has been failing all the time these days --- .github/workflows/label-sponsors.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/label-sponsors.yml 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 }}