From a1d94ef3346c338fc48ccf75ae07b20eb4b6e70c 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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5c5cc0ad0bc3..b81f42250327 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,22 +1,44 @@ +blog: + - "client/src/blog/**/*" browser-compat: - "client/src/document/ingredients/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: + - "client/src/ui/organisms/placement/**/*" + - "libs/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: + - "libs/fundamental-redirects/**/*"