mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
actions: Add "Patches" label category to actions/labeler
This commit is contained in:
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
@@ -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
3
.github/labels.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user