chore: labeler for area/policy

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-05-04 12:30:41 +02:00
parent f1b60d2003
commit 3b851d7e24
+11
View File
@@ -103,6 +103,17 @@ area/history:
- changed-files: - changed-files:
- any-glob-to-any-file: 'commands/history/**' - 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 # Add 'area/tests' label to changes in test files
area/tests: area/tests:
- changed-files: - changed-files: