Skip to content

Commit

Permalink
Label issues with area/UI-UX only when both criteria match
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 8, 2024
1 parent 0ae7b23 commit eb00875
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ area/toolshed:
- lib/toolshed/**/*
- templates/webapps/tool_shed/**/*
area/UI-UX:
- changed-files:
- any-glob-to-any-file:
- client/src/**/*
- templates/**/*
- all-globs-to-all-files:
- '!client/src/api/schema/schema.ts'
- all:
- changed-files:
- any-glob-to-any-file:
- client/src/**/*
- templates/**/*
- all-globs-to-all-files:
- '!client/src/api/schema/schema.ts'
area/util:
- changed-files:
- any-glob-to-any-file:
Expand Down

0 comments on commit eb00875

Please sign in to comment.