From 0f63c91e49a85cc37b6d30b13ad4e071666bca2d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 2 Feb 2026 03:10:03 +1000 Subject: [PATCH] Actions labeler: add label for groovy files Since we have a large percentage of groovy files it makes sense to have a separate label. There are many reasons for adding a new label and they assist with filtering, categorizing and searching. We need to manually add a new label for "groovy" on the labels page for this code to work: https://github.com/apache/shiro/labels --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 020ae63d3c..a7dbb0b4e8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,6 +22,12 @@ github_actions: - any-glob-to-any-file: - .github/**/* +groovy: + - any: + - changed-files: + - any-glob-to-any-file: + - '**/*.groovy' + java: - any: - changed-files: