Add documentation and ldn labels to labeler.yml

This commit is contained in:
GabCoolGuy 2024-11-19 20:37:24 +01:00
parent c0a4d95c5d
commit 4fa2229fb0

8
.github/labeler.yml vendored
View File

@ -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/**'