Merge pull request #3828 from crazy-max/area-policy-label

chore: labeler for area/policy
This commit is contained in:
Tõnis Tiigi
2026-05-04 09:46:07 -07:00
committed by GitHub
+11
View File
@@ -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: