diff --git a/.github/labeler.yml b/.github/labeler.yml index bb670b7e..5a21f99e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,13 @@ documentation: - changed-files: - - any-glob-to-any-file: "docs/*" + - any-glob-to-any-file: "docs/**" + +example: + - changed-files: + - any-glob-to-any-file: + - "examples/**" + - "docs/examples/**" tests: - changed-files: - - any-glob-to-any-file: "tests/*" + - any-glob-to-any-file: "tests/**"