From 30775373dcdcc1e1efe745c59524bab001198a5a Mon Sep 17 00:00:00 2001 From: Jon Young Date: Fri, 5 Jul 2024 09:30:24 -0400 Subject: [PATCH] chore(CI): add labeler definition (#7) --- .github/labeler.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000..b6b5c279b2 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,15 @@ +documentation: + - changed-files: + - any-glob-to-any-file: "docs/**" + +backend/api: + - changed-files: + - any-glob-to-any-file: "src/backend/api/**" + +backend/backend: + - changed-files: + - any-glob-to-any-file: "src/backend/backend/**" + +github_actions: + - changed-files: + - any-glob-to-any-file: ".github/workflows/*"