Skip to content

Commit 37f2608

Browse files
committed
Add "Label sponsors ❤️" workflow
1 parent 8f1f910 commit 37f2608

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Label sponsors ❤️
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
issues:
7+
types:
8+
- opened
9+
jobs:
10+
sponsor-label:
11+
name: Label sponsors ❤️
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: JasonEtco/is-sponsor-label-action@v1
15+
with:
16+
label: Sponsor Request ❤️
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)