mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-09 15:03:31 -05:00
18 lines
370 B
YAML
18 lines
370 B
YAML
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 }}
|