Merge pull request #51237 from vvoland/label-depsnomods

gha/labeler: Exclude client and api modules from dependencies label
This commit is contained in:
Sebastiaan van Stijn
2025-10-21 09:33:20 +02:00
committed by GitHub

3
.github/labeler.yml vendored
View File

@@ -139,6 +139,9 @@ area/dependencies:
- 'go.mod'
- 'go.sum'
- 'vendor/**'
- all-globs-to-all-files:
- '!client/**'
- '!api/**'
area/ci:
- changed-files: