1
0
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:
Sebastian Malton 2021-08-03 10:56:34 -04:00
parent c0517fae69
commit 1f2096d78c
2 changed files with 1 additions and 18 deletions

View File

@ -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 #

View File

@ -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"