mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 18:10:48 +08:00
Remove label-sponsors workflow for now
This commit is contained in:
parent
69d3a3f639
commit
cc6518f984
17
.github/workflows/label-sponsors.yml
vendored
17
.github/workflows/label-sponsors.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
name: Label Sponsors
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened]
|
|
||||||
issues:
|
|
||||||
types: [opened]
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: is-sponsor-label
|
|
||||||
if: github.repository == 'wailsapp/wails'
|
|
||||||
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