mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
30 lines
429 B
YAML
30 lines
429 B
YAML
# Labelling by the files touched
|
|
|
|
ATL:
|
|
- sdk/lib/atl/**
|
|
|
|
drivers:
|
|
- drivers/**
|
|
- sdk/lib/drivers/**
|
|
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
|
|
|
|
freeldr:
|
|
- boot/freeldr/**
|
|
|
|
"kernel&hal":
|
|
- hal/**
|
|
- ntoskrnl/**
|
|
|
|
ROSTESTS:
|
|
- modules/rostests/**
|
|
|
|
shell:
|
|
- base/shell/explorer/**
|
|
- base/shell/rshell/**
|
|
- dll/shellext/**
|
|
- dll/win32/browseui/**
|
|
- dll/win32/shell32/**
|
|
|
|
Win32SS:
|
|
- win32ss/**
|