From a83d4ded927a10a91fb3a9285524de120212d1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Fri, 25 Nov 2022 20:59:32 -0500 Subject: [PATCH] ENH: Apply the `type:Infrastructure` label to CI config files Apply the `type:Infrastructure` labeler class when changing the CI config files located in `Testing/ContinuousIntegration`. --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 110cb998bd7..20215090dd1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -104,4 +104,5 @@ type:Infrastructure: files: - ".github/*" - "CMake/*" + - "Testing/ContinuousIntegration/*" - "Utilities/*"