1
0
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:
Sebastian Malton 2021-08-03 09:24:20 -04:00
parent 8f92873c03
commit c0517fae69
3 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ categories:
- 'area/ci'
- 'area/tests'
- 'dependencies'
- 'area/documentation'
template: |
## Changes since $PREVIOUS_TAG

View File

@ -10,4 +10,4 @@ jobs:
with:
mode: exactly
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"

View File

@ -10,4 +10,4 @@ jobs:
with:
mode: exactly
count: 1
labels: "enhancement, bug, chore, area/ci, area/tests, dependencies"
labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation"