Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Adds sponsor labeler
main
Eric Amodio
3 anni fa
parent
fd7cd5590d
commit
04809dde1c
1 ha cambiato i file
con
14 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+14
-0
.github/workflows/label-sponsors.yml
+ 14
- 0
.github/workflows/label-sponsors.yml
Vedi 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 }}
Scrivi
Anteprima
Caricamento…
Annulla
Salva