From 7b3903ca7248015f089d94b46c4264c57f0c132e Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 24 Jul 2024 16:31:43 -0600 Subject: [PATCH] fix: doc auto label to consider schema json changes as doc PRs --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8a1422256eb2..9eb6dcc33b4e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,4 +2,5 @@ documentation: - changed-files: - any-glob-to-any-file: - 'doc/*' -- base-branch: 'main' \ No newline at end of file + - 'cloudinit/config/schema/*' +- base-branch: 'main'