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.
|
name: Label sponsors
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
issues:
|
|
types: [opened]
|
|
jobs:
|
|
build:
|
|
name: is-sponsor-label
|
|
runs-on: ubuntu-latest
|
|
if: ${{ false }}
|
|
steps:
|
|
- uses: JasonEtco/is-sponsor-label-action@v1.2.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|