From 98f73c9562a86cf25e44124d112bc41338eef7fc Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Wed, 27 Sep 2023 11:05:29 +0100 Subject: [PATCH] enhancement: expanded labeler to use more labels. (#892) --- .github/labeler.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 34cb5824bf..3ef8f61e00 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,3 +3,29 @@ documentation: - '**docpages/**' - '**/*.h' - '**/documentation.yml' +- '**.cspell.json' +- '**README.md' +- '**SECURITY.md' +- '**CONTRIBUTING.md' +- '**CODE_OF_CONDUCT.md' +build: +- '**buildtools/**' +- '**cmake/**' +- '**library-vcpkg/**' +- '**library/**' +- '**win32/**' +- '**CMakeLists.txt' +- '**CMakeSettings.json' +- '**settings.json' +- '**dpp.pc.in' +packaging: +- '**vcpkg/**' +- '**makerelease.sh' +- '**sign.sh' +- '**Dockerfile' +submodules: +- '**.gitmodules' +github_action: +- '**/.github/labeler.yml' +- '**/.github/dependabot.yml' +- '**/.github/workflows/**'