From 3b851d7e24a05c067695429e9f47fd5349f56723 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 4 May 2026 12:30:41 +0200 Subject: [PATCH] chore: labeler for area/policy Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/labeler.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index acc375598..49336dc51 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -103,6 +103,17 @@ area/history: - changed-files: - any-glob-to-any-file: 'commands/history/**' +# Add 'area/policy' label to changes in policy files +area/policy: + - changed-files: + - any-glob-to-any-file: + - build/policy*.go + - commands/policy/** + - docs/reference/buildx_policy*.md + - policy/** + - tests/policy*.go + - util/buildflags/policy*.go + # Add 'area/tests' label to changes in test files area/tests: - changed-files: