From caeeba0e7cbd51b2c8e9e66b5f069ebb70aedd33 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 9 Oct 2023 21:20:45 +0200 Subject: [PATCH] chore(labeler): add more labels --- .github/labeler.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5c5cc0ad0bc3..979daa8c8a8c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,22 +1,45 @@ +blog: + - "**/blog/**/*" browser-compat: - - "client/src/document/ingredients/browser-compatability-table/**/*" + - "**/browser-compatability-table/**/*" macros: - "kumascript/**/*" +cloud-function: + - "cloud-function/**/*" +copy: + - "copy/**/*" dependencies: - "**/poetry.lock" - "**/yarn.lock" deployer: - "deployer/**/*" +filecheck: + - "filecheck/**/*" flaw-system: - "build/flaws/**/*" github-actions: - ".github/workflows/**/*" markdown: - "markdown/**/*" +metrics: + - "client/src/telemetry/**/*" +placement: + - "**/placement/**/*" + - "**/pong/**/*" plus: - "client/src/plus/**/*" + - "client/public/assets/plus-docs/**/*" +plus:ai-help: + - "**/ai-help/**/*" plus:offline: - "client/pwa/src/**/*" - "client/src/offline-settings/**/*" +plus:playground: + - "**/playground/**/*" +plus:updates: + - "client/src/plus/updates/**/*" python: - "**/*.py" +redirects: + - "cloud-function/src/middlewares/redirect-*" + - "libs/fundamental-redirects/**/*"