try to fix the label workflow
This commit is contained in:
10
.github/workflows/label-sponsors.yml
vendored
10
.github/workflows/label-sponsors.yml
vendored
@@ -7,12 +7,12 @@ on:
|
|||||||
types: [opened]
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
label:
|
||||||
name: is-sponsor-label
|
name: Add Sponsor Labels
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: JasonEtco/is-sponsor-label-action@v1
|
- uses: brianlagunas/sponsor-action@v1.0
|
||||||
with:
|
with:
|
||||||
label: sponsor 💖
|
label: sponsor 💖
|
||||||
env:
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user