cleanup workflow
This commit is contained in:
parent
c7aed65df9
commit
d12e80a5c0
18
.github/workflows/label-sponsor.yml
vendored
18
.github/workflows/label-sponsor.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: label-sponsor
|
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types:
|
|
||||||
- 'opened'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Set sponsor label
|
|
||||||
uses: JasonEtco/is-sponsor-label-action@024ac24f8b170abce078cad4ee748852369853c8
|
|
||||||
with:
|
|
||||||
label: ":sparkling_heart: sponsor"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user