summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-09-13 09:43:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-09-13 09:43:11 +0900
commitb5efc68737e8231001d2a18234c18aa3f658a973 (patch)
tree3dd8eef620d0f1ebfa786356c8debbd724627b23 /.github
parentb9e6e7926cb8400ad56de60f66d6b4fc2b391c6e (diff)
Revert "Add Sponsor Labels action"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/label-sponsors.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml
deleted file mode 100644
index b5c74796..00000000
--- a/.github/workflows/label-sponsors.yml
+++ /dev/null
@@ -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 }}