mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
try to fix the label workflow
This commit is contained in:
parent
5c59f090f6
commit
4b65c4b2e3
10
.github/workflows/label-sponsors.yml
vendored
10
.github/workflows/label-sponsors.yml
vendored
@ -7,12 +7,12 @@ on:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: is-sponsor-label
|
||||
label:
|
||||
name: Add Sponsor Labels
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: JasonEtco/is-sponsor-label-action@v1
|
||||
- uses: brianlagunas/sponsor-action@v1.0
|
||||
with:
|
||||
label: sponsor 💖
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user