您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
337 B

  1. name: Label sponsors
  2. on:
  3. pull_request:
  4. types: [opened]
  5. issues:
  6. types: [opened]
  7. jobs:
  8. build:
  9. name: is-sponsor-label
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: JasonEtco/is-sponsor-label-action@v1.1.3
  13. env:
  14. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}