Skip to content

Commit

Permalink
ci: up labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Dec 18, 2024
1 parent 6154dd7 commit d885130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ frontend:
- any: ['apps/client/**/*.ts', 'apps/client/**/*.tsx']
all: ['!apps/client/index.tsx']

docs:
- any: ['apps/docs/**/*.ts', 'apps/docs/**/*.tsx']
all: ['!apps/docs/src/main.tsx']

# Add the 'AnyChange' label to any changes within the entire repository if the 'dot' option is set to 'false'
AnyChange:
- '**'
Expand Down

0 comments on commit d885130

Please sign in to comment.