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

This commit is contained in:
ColorfulRhino
2024-06-14 15:45:20 +02:00
parent 5b1a3b8ff6
commit cf5363c2af
2 changed files with 8 additions and 0 deletions

5
.github/labeler.yml vendored
View File

@@ -30,3 +30,8 @@
- all:
- changed-files:
- any-glob-to-any-file: ['config/desktop/*']
"Patches":
- all:
- changed-files:
- any-glob-to-any-file: ['patch/*']

3
.github/labels.yml vendored
View File

@@ -55,6 +55,9 @@
- name: "Actions scripts"
color: "bfd4f2"
description: "GitHub Actions scripts"
- name: "Patches"
color: "bfd4f2"
description: "Patches related to kernel, U-Boot, ..."
- name: "Work in progress"
color: "29E414"
description: "Unfinished / work in progress"