Skip to content

Commit 9a7185f

Browse files
authored
feat(workflows): add sponsor label workflow
1 parent e46b883 commit 9a7185f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/label-sponsors.yml

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

0 commit comments

Comments
 (0)