Commit adc4d48
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments