This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds sponsor labeler
main
Eric Amodio
3 years ago
parent
fd7cd5590d
commit
04809dde1c
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
.github/workflows/label-sponsors.yml
+ 14
- 0
.github/workflows/label-sponsors.yml
View File
@ -0,0 +1,14 @@
name
:
Label sponsors
on
:
pull_request:
types
:
[
opened]
issues:
types
:
[
opened]
jobs:
build:
name
:
is-sponsor-label
runs-on
:
ubuntu-latest
steps:
-
uses
:
JasonEtco/is-sponsor-label-action@v1.1.3
env:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Write
Preview
Loading…
Cancel
Save