forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
30 lines (30 loc) · 810 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Add 'cilium-cli' label to any file changes in 'cilium-cli/'
cilium-cli:
- changed-files:
- any-glob-to-any-file:
- cilium-cli/**
# Add 'cilium-cli-exclusive' label if the changed files are only in 'cilium-cli'
cilium-cli-exclusive:
- changed-files:
- all-globs-to-all-files:
- cilium-cli/**
# Add 'hubble-cli' label to any file changes in 'hubble/'
hubble-cli:
- changed-files:
- any-glob-to-any-file:
- hubble/**
# Add 'hubble-cli-exclusive' label if the changed files are only in 'hubble'
hubble-cli-exclusive:
- changed-files:
- all-globs-to-all-files:
- hubble/**
sig/policy:
- changed-files:
- any-glob-to-any-file:
- daemon/cmd/policy*
- daemon/cmd/fqdn*
- pkg/fqdn/**
- pkg/policy/**
- pkg/identity/**
- pkg/proxy/dns.go
- test/**/net_policies.go