changeset 33737:f065fe97d07a

CI: labeler.yml: add documentation label (#13506) Commit: https://github.com/vim/vim/commit/4b0018feca3a75c7ad3d88360ae197af09e267ee Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu Nov 9 09:51:03 2023 +0100 CI: labeler.yml: add documentation label (https://github.com/vim/vim/issues/13506) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2023 10:00:05 +0100
parents 2b9192c31108
children 2172872dfbcd
files .github/labeler.yml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -8,6 +8,9 @@ CI:
 - any: ['.appveyor.yml']
 - any: ['.codecov.yml']
 
+documentation:
+- any: ['*/doc/*']
+
 translation:
 - any: ['src/po/*.po']