actions: Add "Documentation" label category to actions/labeler

This commit is contained in:
ColorfulRhino
2024-06-14 15:55:31 +02:00
parent cf5363c2af
commit 1a468dc390
2 changed files with 8 additions and 0 deletions

5
.github/labeler.yml vendored
View File

@@ -35,3 +35,8 @@
- all:
- changed-files:
- any-glob-to-any-file: ['patch/*']
# Add 'Documentation' label to any change to .md files within the entire repository
"Documentation":
- changed-files:
- any-glob-to-any-file: '**/*.md'

3
.github/labels.yml vendored
View File

@@ -58,6 +58,9 @@
- name: "Patches"
color: "bfd4f2"
description: "Patches related to kernel, U-Boot, ..."
- name: "Documentation"
color: "bfd4f2"
description: "Documentation changes or additions"
- name: "Work in progress"
color: "29E414"
description: "Unfinished / work in progress"