소스 검색

Adds sponsor labeler

main
Eric Amodio 3 년 전
부모
커밋
04809dde1c
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      .github/workflows/label-sponsors.yml

+ 14
- 0
.github/workflows/label-sponsors.yml 파일 보기

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

불러오는 중...
취소
저장