diff --git a/.github/labeler.yml b/.github/labeler.yml index 130e4c69..1edb1e83 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,4 +2,15 @@ cli: - changed-files: - any-glob-to-any-file: - 'Sources/CLI/**' - - 'Sources/ContainerCommands/**' \ No newline at end of file + - 'Sources/ContainerCommands/**' + +documentation: + - changed-files: + - any-glob-to-any-file: + - '**/*.md' + - 'docs/**' + +ci: + - changed-files: + - any-glob-to-any-file: + - '.github/**' \ No newline at end of file