From 4caf63d53d198dae2ca313ca00988970156d054c Mon Sep 17 00:00:00 2001 From: Brandon Rising Date: Mon, 22 Jan 2024 15:08:11 -0500 Subject: [PATCH] Added a few more labels --- .github/pr_labels.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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/**'