mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Do not require semver labels
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c0517fae69
commit
1f2096d78c
@ -5,12 +5,8 @@
|
||||
- chore
|
||||
- area/ci
|
||||
- area/tests
|
||||
- area/documentaion
|
||||
- dependencies
|
||||
|
||||
And with one of the following PRs:
|
||||
- semver-major
|
||||
- semver-minor
|
||||
- semver-patch
|
||||
-->
|
||||
|
||||
Fixes #
|
||||
|
||||
13
.github/workflows/require-semver-labels.yml
vendored
13
.github/workflows/require-semver-labels.yml
vendored
@ -1,13 +0,0 @@
|
||||
name: Require Semver Labels
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mheap/github-action-required-labels@v1
|
||||
with:
|
||||
mode: exactly
|
||||
count: 1
|
||||
labels: "semver/major, semver/minor, semver/patch, area/ci, area/tests, area/documentation"
|
||||
Loading…
Reference in New Issue
Block a user