this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Let's fix labeler config.

+10 -2
+10 -2
.github/labeler.yaml
··· 1 1 --- 2 2 area/ci: 3 - - ".github/**/*" 3 + - changed-files: 4 + - any-glob-to-any-file: ".github/**/*" 4 5 area/kubernetes: 5 - - "cluster/**/*" 6 + - changed-files: 7 + - any-glob-to-any-file: "k8s/**/*" 8 + cluster/nebula: 9 + - changed-files: 10 + - any-glob-to-any-file: k8s/nebula/**/* 11 + cluster/media: 12 + - changed-files: 13 + - any-glob-to-any-file: k8s/media/**/*