diff --git a/.github/labeler.yml b/.github/labeler.yml index a8e2907c7bf1..0518f4f7e1f0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: @@ -17,5 +19,7 @@ upstream dependency: - base-branch: '2.x' ui-replatform: - - changed-files: - - any-glob-to-any-file: ui-v2/** \ No newline at end of file + - all: + - changed-files: + - any-glob-to-any-file: ui-v2/** + - all-globs-to-all-files: '!ui-v2/src/api/prefect.ts' \ No newline at end of file