https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e35c7503562353bfbf0b9391bd9f8d26401518c
commit 6e35c7503562353bfbf0b9391bd9f8d26401518c Author: Mark Jansen <[email protected]> AuthorDate: Mon Apr 17 13:38:00 2023 +0200 Commit: Mark Jansen <[email protected]> CommitDate: Mon Apr 17 18:12:27 2023 +0200 [GITHUB] Add Labeler rule for ATL --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 37a6a4061bd..8028448ed45 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,8 @@ # Labelling by the files touched + +ATL: + - sdk/lib/atl/** + drivers: - drivers/** - sdk/lib/drivers/**
