mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
Delete add-labels.yml
This commit is contained in:
parent
fc9a8febbc
commit
b10f3eca40
23
.github/workflows/add-labels.yml
vendored
23
.github/workflows/add-labels.yml
vendored
@ -1,23 +0,0 @@
|
||||
# A GitHub Action that labels issues/PRs if the creator is a sponsor of the owner
|
||||
# Documentation: https://github.com/JasonEtco/is-sponsor-label-action
|
||||
|
||||
name: add labels
|
||||
|
||||
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
|
||||
with:
|
||||
label: sponsor 💖
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user