From e4c3ee10e6e23fec4887817ca0552e85a7472a32 Mon Sep 17 00:00:00 2001 From: James Netherton Date: Wed, 15 May 2024 15:10:44 +0100 Subject: [PATCH] Auto label issues relating to FIPS --- .github/auto-label-configuration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/auto-label-configuration.yaml b/.github/auto-label-configuration.yaml index 010071c2465d..beb5b42516ac 100644 --- a/.github/auto-label-configuration.yaml +++ b/.github/auto-label-configuration.yaml @@ -65,6 +65,11 @@ config: labels: ["area/examples", "example"] matchOn: "title" + - id: area-fips + regex: "\\bfips\\b" + labels: ["area/fips"] + matchOn: "title" + - id: area-housekeeping regex: "\\b(ban(ned)?|remove)\\b" labels: ["area/housekeeping", "housekeeping"]