cleanup workflow

This commit is contained in:
CrazyMax 2022-05-26 09:37:31 +02:00
parent 6796c00b57
commit 50e5abbc5b
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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 }}