diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml index f3eb819..b5c7479 100644 --- a/.github/workflows/label-sponsors.yml +++ b/.github/workflows/label-sponsors.yml @@ -1,2 +1,14 @@ -- name: Sponsor Labels - uses: JasonEtco/is-sponsor-label-action@v1.2.0 +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.2.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}