From f2b7debae29dd32a6c02916cf3643140478d8e7e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:33:59 -0400 Subject: [PATCH] Update labeler rules --- .github/labeler.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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/**"