xref: /reactos/.github/labeler.yml (revision 3a49e26f)
1# Labelling by the files touched
2
3ATL:
4- changed-files:
5  - any-glob-to-any-file:
6    - sdk/lib/atl/**
7
8drivers:
9- changed-files:
10  - any-glob-to-any-file:
11    - drivers/**
12    - sdk/lib/drivers/**
13  - all-globs-to-any-file:
14    - win32ss/drivers/**
15    - '!win32ss/drivers/font/**'
16
17freeldr:
18- changed-files:
19  - any-glob-to-any-file:
20    - boot/freeldr/**
21
22"kernel&hal":
23- changed-files:
24  - any-glob-to-any-file:
25    - hal/**
26    - ntoskrnl/**
27
28ROSTESTS:
29- changed-files:
30  - any-glob-to-any-file:
31    - modules/rostests/**
32
33shell:
34- changed-files:
35  - any-glob-to-any-file:
36    - base/shell/explorer/**
37    - base/shell/rshell/**
38    - dll/shellext/**
39    - dll/win32/browseui/**
40    - dll/win32/shell32/**
41
42Win32SS:
43- changed-files:
44  - any-glob-to-any-file:
45    - win32ss/**
46