ghaction-github-pages/.github/workflows/label-sponsor.yml

22 lines
414 B
YAML
Raw Normal View History

2021-03-19 02:03:02 +08:00
name: label-sponsor
on:
pull_request:
types:
- 'opened'
issues:
types:
- 'opened'
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Set sponsor label
2021-03-19 02:24:55 +08:00
uses: JasonEtco/is-sponsor-label-action@bf60e2afe013f9d3d7656c3315bcb6993604ccf7
2021-03-19 02:03:02 +08:00
with:
label: ":sparkling_heart: sponsor"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}