diff --git a/.github/labeler.yml b/.github/labeler.yml index aefd1b71d..ad8aabfdc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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' diff --git a/.github/labels.yml b/.github/labels.yml index 1ddaf637a..0492b3f2c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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"