Sfoglia il codice sorgente

Adds sponsor labeler

main
Eric Amodio 3 anni fa
parent
commit
04809dde1c
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. +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 }}

Caricamento…
Annulla
Salva