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