mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
6f874a4656
Addendum to d18b6fc4
.
46 lines
781 B
YAML
46 lines
781 B
YAML
# Labelling by the files touched
|
|
|
|
ATL:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- sdk/lib/atl/**
|
|
|
|
drivers:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- drivers/**
|
|
- sdk/lib/drivers/**
|
|
- all-globs-to-any-file:
|
|
- win32ss/drivers/**
|
|
- '!win32ss/drivers/font/**'
|
|
|
|
freeldr:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- boot/freeldr/**
|
|
|
|
"kernel&hal":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- hal/**
|
|
- ntoskrnl/**
|
|
|
|
ROSTESTS:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- modules/rostests/**
|
|
|
|
shell:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- base/shell/explorer/**
|
|
- base/shell/rshell/**
|
|
- dll/shellext/**
|
|
- dll/win32/browseui/**
|
|
- dll/win32/shell32/**
|
|
|
|
Win32SS:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- win32ss/**
|