You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
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 }}