summaryrefslogtreecommitdiffstats
path: root/.github/workflows/label-sponsors.yml
blob: b5c7479664e2c5b38613e1b6c2ebd25257c29bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.2.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}