[GITHUB] Upgrade Labeler rules for v5

Addendum to 51f3ef04.
This commit is contained in:
Stanislav Motylkov 2024-02-10 01:42:13 +03:00
parent 88891d2ce7
commit d18b6fc437

17
.github/labeler.yml vendored
View file

@ -1,24 +1,37 @@
# 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/**
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
- win32ss/drivers/**
- all-globs-to-all-files: '!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/**
@ -26,4 +39,6 @@ shell:
- dll/win32/shell32/**
Win32SS:
- changed-files:
- any-glob-to-any-file:
- win32ss/**