https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2660316022457b6ba6b8afebeb7f687d7806ba63
commit 2660316022457b6ba6b8afebeb7f687d7806ba63 Author: Victor Perevertkin <[email protected]> AuthorDate: Fri Feb 5 14:00:51 2021 +0300 Commit: Victor Perevertkin <[email protected]> CommitDate: Fri Feb 5 14:00:51 2021 +0300 [GITHUB] Fix YAML parsing in labeler.yml --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c17dedd2ebe..54ec3b6c363 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,7 +3,7 @@ drivers: - drivers/* - sdk/lib/drivers/* - win32ss/drivers/* - - !win32ss/drivers/font/* + - "!win32ss/drivers/font/*" freeldr: - boot/freeldr/*
