Przeglądaj źródła

Adds sponsor labeler

main
Eric Amodio 3 lat temu
rodzic
commit
04809dde1c
1 zmienionych plików z 14 dodań i 0 usunięć
  1. +14
    -0
      .github/workflows/label-sponsors.yml

+ 14
- 0
.github/workflows/label-sponsors.yml Wyświetl plik

@ -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 }}

Ładowanie…
Anuluj
Zapisz