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/*"