mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-08 14:52:43 -05:00
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:
8
.github/labeler.yml
vendored
8
.github/labeler.yml
vendored
@@ -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/**'
|
||||
|
||||
Reference in New Issue
Block a user