From 4fa2229fb07dcb6e0b055b4dfb8e4f1b97f52f9c Mon Sep 17 00:00:00 2001 From: GabCoolGuy Date: Tue, 19 Nov 2024 20:37:24 +0100 Subject: [PATCH 1/2] Add `documentation` and `ldn` labels to `labeler.yml` --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 54f2757b00..feccd85eed 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -33,3 +33,11 @@ kernel: infra: - changed-files: - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props'] + +documentation: + - changed-files: + - any-glob-to-any-file: 'docs/**' + +ldn: + - changed-files: + - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**' From 31393392444abeb46f72be5c010701287e78bfc6 Mon Sep 17 00:00:00 2001 From: GabCoolGuy Date: Wed, 20 Nov 2024 18:45:19 +0100 Subject: [PATCH 2/2] Fix indentation Rider is a blessing and a curse apparently --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index feccd85eed..871f9945f7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -35,9 +35,9 @@ infra: - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props'] documentation: - - changed-files: - - any-glob-to-any-file: 'docs/**' +- changed-files: + - any-glob-to-any-file: 'docs/**' ldn: - - changed-files: - - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**' +- changed-files: + - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**'