cleanup workflow

This commit is contained in:
CrazyMax 2022-05-26 09:37:52 +02:00
parent a4c77c24d7
commit b761847537
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 }}