Skip to content

Commit

Permalink
Fix labeler to remove unnecessary labels (#17009)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Feb 6, 2025
1 parent 0746ef9 commit 47f9a74
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
docs:
- changed-files:
- any-glob-to-any-file: docs/**
- all:
- changed-files:
- any-glob-to-any-file: docs/**
- all-globs-to-all-files: '!docs/v3/api-ref/rest-api/server/schema.json'

migration:
- changed-files:
Expand All @@ -17,5 +19,7 @@ upstream dependency:
- base-branch: '2.x'

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

0 comments on commit 47f9a74

Please sign in to comment.