Revert "Add Sponsor Labels action"

This reverts commit e531dbec2a.
This commit is contained in:
Junegunn Choi 2022-09-13 09:43:33 +09:00
parent e531dbec2a
commit ddce935b16
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
name: Label sponsors
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.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}