diff --git a/.github/pr_labels.yml b/.github/pr_labels.yml index 802c6dd0e1..f23fcee9f3 100644 --- a/.github/pr_labels.yml +++ b/.github/pr_labels.yml @@ -13,6 +13,22 @@ Python: - '!invokeai/frontend/web/**' - 'tests/**' +CICD: +- changed-files: + - any-glob-to-any-file: .github/** + +Docker: +- changed-files: + - any-glob-to-any-file: docker/** + +Installer: +- changed-files: + - any-glob-to-any-file: installer/** + +Documentation: +- changed-files: + - any-glob-to-any-file: docs/** + Invocations: - changed-files: - any-glob-to-any-file: 'invokeai/app/invocations/**'