diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2022-09-13 09:43:11 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-09-13 09:43:11 +0900 |
| commit | b5efc68737e8231001d2a18234c18aa3f658a973 (patch) | |
| tree | 3dd8eef620d0f1ebfa786356c8debbd724627b23 /.github | |
| parent | b9e6e7926cb8400ad56de60f66d6b4fc2b391c6e (diff) | |
| download | fzf-b5efc68737e8231001d2a18234c18aa3f658a973.tar.gz | |
Revert "Add Sponsor Labels action"
This reverts commit 845034c81c38c42e2fe1b0be925b150506e6089d.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/label-sponsors.yml | 14 |
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 }} |
