mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 02:27:35 -07:00
ci: remove annoying pr-labels.yml
This commit is contained in:
parent
27aa2c5d47
commit
08fb189330
1 changed files with 0 additions and 20 deletions
20
.github/workflows/pr-labels.yml
vendored
20
.github/workflows/pr-labels.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: PR Labels
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
|
||||
jobs:
|
||||
pr_labels:
|
||||
name: 🏭 Verify
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🏷 Verify PR has a valid label
|
||||
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
valid-labels: >-
|
||||
breaking-change, bugfix, documentation, enhancement,
|
||||
refactor, performance, new-feature, maintenance, ci, dependencies
|
||||
disable-reviews: true
|
Loading…
Add table
Add a link
Reference in a new issue