From e6ac7f94753b2b8ac5930d9ab8e4321ab12ec46e Mon Sep 17 00:00:00 2001 From: reggie Date: Thu, 3 Oct 2024 22:42:27 -0500 Subject: [PATCH] Add meta tag to labeler config --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index cd7650a9..f3f31a05 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -33,3 +33,7 @@ kernel: infra: - changed-files: - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props'] + +meta: +- changed-files: + - any-glob-to-any-file: ['docs/**', 'README.md', 'CONTRIBUTING.md']