From 2a06d2da6c0b6e93ca02632495b82c8b7b49149a Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Thu, 13 Mar 2025 11:17:14 +0100 Subject: [PATCH] fix: update labeler configuration Update the labeler configuration to the latest version format --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/cli-stuff/dotload?shareId=XXXX-XXXX-XXXX-XXXX). --- .github/labeler.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0166bb0..e1f0d00 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,10 @@ -docs: ["README.md", "docs/*"] -workflows: ".github/workflows/*" -feature: - - head-branch: ["^feature", "feature"] +docs: + - changed-files: + - any-glob-to-any-file: + - README.md + - docs/* + +workflows: + - changed-files: + - any-glob-to-any-file: + - .github/workflows/*