Skip to content

Commit

Permalink
chore(labeler): add more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 9, 2023
1 parent 002bddd commit a1d94ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**/*"

0 comments on commit a1d94ef

Please sign in to comment.