Skip to content

Commit adc4d48

Browse files
aanmjoestringer
authored andcommitted
labeler: fix invalid changed-files config for feature/k8s-gateway-api
The feature/k8s-gateway-api entry was missing the 'any-glob-to-any-file' matcher key and used incorrect indentation, causing the labeler action to fail with: The "changed-files" section must have a valid config structure. Align it with the structure used by the other entries in this file. Fixes: 01933ca (".github: Auto-label PRs related to Gateway API") Signed-off-by: André Martins <andre@cilium.io>
1 parent 9ab7e8c commit adc4d48

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/labeler.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ sig/policy:
2929
- pkg/proxy/dns.go
3030
- test/**/net_policies.go
3131
feature/k8s-gateway-api:
32-
- changed-files:
33-
- Documentation/network/servicemesh/gateway-api/**
34-
- operator/pkg/gateway-api/**
35-
- operator/pkg/model/**
36-
- vendor/sigs.k8s.io/gateway-api/**
32+
- changed-files:
33+
- any-glob-to-any-file:
34+
- Documentation/network/servicemesh/gateway-api/**
35+
- operator/pkg/gateway-api/**
36+
- operator/pkg/model/**
37+
- vendor/sigs.k8s.io/gateway-api/**

0 commit comments

Comments
 (0)