reactos/.github/labeler.yml

26 lines
403 B
YAML
Raw Normal View History

# Labelling by the files touched
drivers:
2021-02-05 11:58:14 +00:00
- drivers/**
- sdk/lib/drivers/**
2021-02-05 11:39:25 +00:00
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
freeldr:
2021-02-05 11:39:25 +00:00
- boot/freeldr/**
"kernel&hal":
2021-02-05 11:39:25 +00:00
- hal/**
- ntoskrnl/**
ROSTESTS:
- modules/rostests/**
shell:
- base/shell/explorer/**
- base/shell/rshell/**
- dll/shellext/**
- dll/win32/browseui/**
- dll/win32/shell32/**
Win32SS:
- win32ss/**