mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
parent
88891d2ce7
commit
d18b6fc437
1 changed files with 29 additions and 14 deletions
43
.github/labeler.yml
vendored
43
.github/labeler.yml
vendored
|
@ -1,29 +1,44 @@
|
||||||
# Labelling by the files touched
|
# Labelling by the files touched
|
||||||
|
|
||||||
ATL:
|
ATL:
|
||||||
- sdk/lib/atl/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- sdk/lib/atl/**
|
||||||
|
|
||||||
drivers:
|
drivers:
|
||||||
- drivers/**
|
- changed-files:
|
||||||
- sdk/lib/drivers/**
|
- any-glob-to-any-file:
|
||||||
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
|
- drivers/**
|
||||||
|
- sdk/lib/drivers/**
|
||||||
|
- win32ss/drivers/**
|
||||||
|
- all-globs-to-all-files: '!win32ss/drivers/font/**'
|
||||||
|
|
||||||
freeldr:
|
freeldr:
|
||||||
- boot/freeldr/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- boot/freeldr/**
|
||||||
|
|
||||||
"kernel&hal":
|
"kernel&hal":
|
||||||
- hal/**
|
- changed-files:
|
||||||
- ntoskrnl/**
|
- any-glob-to-any-file:
|
||||||
|
- hal/**
|
||||||
|
- ntoskrnl/**
|
||||||
|
|
||||||
ROSTESTS:
|
ROSTESTS:
|
||||||
- modules/rostests/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- modules/rostests/**
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
- base/shell/explorer/**
|
- changed-files:
|
||||||
- base/shell/rshell/**
|
- any-glob-to-any-file:
|
||||||
- dll/shellext/**
|
- base/shell/explorer/**
|
||||||
- dll/win32/browseui/**
|
- base/shell/rshell/**
|
||||||
- dll/win32/shell32/**
|
- dll/shellext/**
|
||||||
|
- dll/win32/browseui/**
|
||||||
|
- dll/win32/shell32/**
|
||||||
|
|
||||||
Win32SS:
|
Win32SS:
|
||||||
- win32ss/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- win32ss/**
|
||||||
|
|
Loading…
Reference in a new issue