Skip to content

Commit 1211c06

Browse files
committed
Add label sponsor
1 parent a177aab commit 1211c06

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/labels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
name: ":question: question"
6868
color: "3f51b5"
6969
description: ""
70+
- # sponsor
71+
name: ":sparkling_heart: sponsor"
72+
color: "fedbf0"
73+
description: ""
7074
- # stale
7175
name: ":skull: stale"
7276
color: "237da0"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: label-sponsor
2+
3+
on:
4+
pull_request:
5+
types:
6+
- 'opened'
7+
issues:
8+
types:
9+
- 'opened'
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
-
16+
name: Set sponsor label
17+
uses: JasonEtco/is-sponsor-label-action@v1
18+
with:
19+
label: ":sparkling_heart: sponsor"
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)