From b10f3eca400989a47f887221cc8354ef20518081 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 30 Sep 2021 16:27:45 +0200 Subject: [PATCH] Delete add-labels.yml --- .github/workflows/add-labels.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/add-labels.yml diff --git a/.github/workflows/add-labels.yml b/.github/workflows/add-labels.yml deleted file mode 100644 index 4cf60839..00000000 --- a/.github/workflows/add-labels.yml +++ /dev/null @@ -1,23 +0,0 @@ -# A GitHub Action that labels issues/PRs if the creator is a sponsor of the owner -# Documentation: https://github.com/JasonEtco/is-sponsor-label-action - -name: add labels - -on: - pull_request: - types: [opened] - issues: - types: [opened] - -jobs: - build: - name: is-sponsor-label - - runs-on: ubuntu-latest - - steps: - - uses: JasonEtco/is-sponsor-label-action@v1 - with: - label: sponsor 💖 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}