Add documentation and ldn labels to labeler.yml (#282)

This should make it so that any changes made to ldn and documentation
related files should be auto-labeled
This commit is contained in:
GabCoolGuy 2024-11-20 18:52:16 +01:00 committed by GitHub
parent c0a4d95c5d
commit 150e06e0de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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