summaryrefslogtreecommitdiff
path: root/.github/workflows/label-sponsors.yml
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-12-19 01:46:34 +0200
committerThanos Apollo <[email protected]>2024-12-19 01:46:34 +0200
commit374bfde7b2cc942ed3c7bc2339e3feb58f404e9a (patch)
treede3a578c1e38f2892c0597e38e25c2f9000e6ccf /.github/workflows/label-sponsors.yml
parent96c16bd578a8acc26d9c412df64f63a741c49c64 (diff)
Remove .github.HEADmaster
Diffstat (limited to '.github/workflows/label-sponsors.yml')
-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 10abb72..0000000
--- 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
- env:
- GITHUB_TOKEN: ${{ secrets.PAT }}