Skip to content

Commit

Permalink
Add documentation and ldn labels to labeler.yml (#282)
Browse files Browse the repository at this point in the history
This should make it so that any changes made to ldn and documentation
related files should be auto-labeled
  • Loading branch information
GabCoolDude authored Nov 20, 2024
1 parent c0a4d95 commit 150e06e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'

0 comments on commit 150e06e

Please sign in to comment.