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