Skip to content

Commit

Permalink
Update a few more small things for labeler and review tags (#16958)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Feb 4, 2025
1 parent 0d25aa6 commit a693c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@

# UI Replatform
/ui-v2 @aaazzam @desertaxle @devinvillarosa
/ui-v2/src/api/prefect.ts @cicdw @desertaxle @zzstoatzz
5 changes: 3 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docs:

migration:
- changed-files:
- any-glob-to-any-file: src/**/migrations/**/*.py
- any-glob-to-any-file: src/**/_migrations/**/*.py

upstream dependency:
- changed-files:
Expand All @@ -18,4 +18,5 @@ upstream dependency:

ui-replatform:
- changed-files:
- any-glob-to-any-file: ui-v2/**
- any-glob-to-any-file: ui-v2/**
- all-globs-to-all-files: !ui-v2/src/api/prefect.ts

0 comments on commit a693c64

Please sign in to comment.