mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
11 lines
220 B
YAML
11 lines
220 B
YAML
# Labelling by the files touched
|
|
drivers:
|
|
- any: ["drivers/**", "sdk/lib/drivers/**"]
|
|
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
|
|
|
|
freeldr:
|
|
- boot/freeldr/**
|
|
|
|
"kernel&hal":
|
|
- hal/**
|
|
- ntoskrnl/**
|