Skip to content

Commit

Permalink
chore(labeler): add more labels (#9784)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Oct 9, 2023
1 parent 54dce18 commit a0a543d
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**/*"

0 comments on commit a0a543d

Please sign in to comment.