mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add area/documentation to the github workflows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
8f92873c03
commit
c0517fae69
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
@ -13,6 +13,7 @@ categories:
|
|||||||
- 'area/ci'
|
- 'area/ci'
|
||||||
- 'area/tests'
|
- 'area/tests'
|
||||||
- 'dependencies'
|
- 'dependencies'
|
||||||
|
- 'area/documentation'
|
||||||
|
|
||||||
template: |
|
template: |
|
||||||
## Changes since $PREVIOUS_TAG
|
## Changes since $PREVIOUS_TAG
|
||||||
|
|||||||
2
.github/workflows/require-semver-labels.yml
vendored
2
.github/workflows/require-semver-labels.yml
vendored
@ -10,4 +10,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: exactly
|
mode: exactly
|
||||||
count: 1
|
count: 1
|
||||||
labels: "semver/major, semver/minor, semver/patch, area/ci, area/tests"
|
labels: "semver/major, semver/minor, semver/patch, area/ci, area/tests, area/documentation"
|
||||||
|
|||||||
2
.github/workflows/require-type-labels.yml
vendored
2
.github/workflows/require-type-labels.yml
vendored
@ -10,4 +10,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: exactly
|
mode: exactly
|
||||||
count: 1
|
count: 1
|
||||||
labels: "enhancement, bug, chore, area/ci, area/tests, dependencies"
|
labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user