From fdc7f38e2e5741d5dc8d246906e663a692096728 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 | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5c5cc0ad0bc3..ce5e3e626fe2 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: + - "**/telemetry/**/*" +placement: + - "**/placement/**/*" + - "**/pong/**/*" plus: - - "client/src/plus/**/*" + - "**/plus/**/*" + - "**/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/**/*"