[GITHUB] Fix labeler rules

This commit is contained in:
Victor Perevertkin 2021-02-05 14:39:25 +03:00
parent 2660316022
commit d8b8e73844
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

12
.github/labeler.yml vendored
View file

@ -1,13 +1,11 @@
# Labelling by the files touched
drivers:
- drivers/*
- sdk/lib/drivers/*
- win32ss/drivers/*
- "!win32ss/drivers/font/*"
- any: ["drivers/**", "sdk/lib/drivers/**"]
- any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
freeldr:
- boot/freeldr/*
- boot/freeldr/**
"kernel&hal":
- hal/*
- ntoskrnl/*
- hal/**
- ntoskrnl/**