From 3ad50e9570a319ac4ce48fb0986dd26184a439ee Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Mon, 25 Sep 2023 21:07:49 +0100 Subject: [PATCH] enhancement: expanded labeler to use more labels. --- .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/**'