Add label sponsor

This commit is contained in:
CrazyMax
2021-03-18 19:02:39 +01:00
parent 5f29dbc7d7
commit e08ef4ca63
2 changed files with 32 additions and 3 deletions

21
.github/workflows/label-sponsor.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: label-sponsor
on:
pull_request:
types:
- 'opened'
issues:
types:
- 'opened'
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Set sponsor label
uses: JasonEtco/is-sponsor-label-action@v1
with:
label: ":sparkling_heart: sponsor"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}