forked from google/gvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
42 lines (42 loc) · 847 Bytes
/
labeler.yml
File metadata and controls
42 lines (42 loc) · 847 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
"arch: arm":
- "**/*_arm64.*"
- "**/*_aarch64.*"
"arch: x86_64":
- "**/*_amd64.*"
- "**/*_x86.*"
"area: bazel":
- "**/BUILD"
- "**/*.bzl"
"area: docs":
- "**/g3doc/**"
- "**/README.md"
"area: filesystem":
- "pkg/sentry/fs/**"
- "pkg/sentry/vfs/**"
- "pkg/sentry/fsimpl/**"
"area: hostinet":
- "pkg/sentry/socket/hostinet/**"
"area: networking":
- "pkg/tcpip/**"
- "pkg/sentry/socket/**"
"area: kernel":
- "pkg/sentry/arch/**"
- "pkg/sentry/kernel/**"
- "pkg/sentry/syscalls/**"
"area: mm":
- "pkg/sentry/mm/**"
"area: tests":
- "**/tests/**"
- "**/*_test.go"
- "**/test/**"
"area: tooling":
- "tools/**"
"dependencies":
- "WORKSPACE"
- "go.mod"
- "go.sum"
"platform: kvm":
- "pkg/sentry/platform/kvm/**"
- "pkg/sentry/platform/ring0/**"
"platform: ptrace":
- "pkg/sentry/platform/ptrace/**"