From d78da4c8536154cd82148020c214e0d9337a6a16 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 6 Aug 2025 15:11:40 -0300 Subject: [PATCH] chore(issue-labeler): add comment explaining why single entries --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index da06ddbdff2e34c10172c542ed36f3bcf6259790..9a11c169ca1b82947f6df32c9175cbf25a20f847 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,6 @@ +# NOTE(@andreynering): We should have a single entry per label, because if we +# have multiple the action would only apply the label if ALL of them match. + "area: ci": - "/^ci: /i" "area: diff":