labeler.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. audio:
  2. - changed-files:
  3. - any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
  4. cpu:
  5. - changed-files:
  6. - any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
  7. gpu:
  8. - changed-files:
  9. - any-glob-to-any-file: ['src/Ryujinx.Graphics.*/**', 'src/Spv.Generator/**', 'src/Ryujinx.ShaderTools/**']
  10. 'graphics-backend:opengl':
  11. - changed-files:
  12. - any-glob-to-any-file: 'src/Ryujinx.Graphics.OpenGL/**'
  13. 'graphics-backend:vulkan':
  14. - changed-files:
  15. - any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
  16. 'graphics-backend:metal':
  17. - changed-files:
  18. - any-glob-to-any-file: ['src/Ryujinx.Graphics.Metal/**', 'src/Ryujinx.Graphics.Metal.SharpMetalExtensions/**']
  19. gui:
  20. - changed-files:
  21. - any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.UI.Common/**', 'src/Ryujinx.UI.LocaleGenerator/**']
  22. horizon:
  23. - changed-files:
  24. - any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
  25. kernel:
  26. - changed-files:
  27. - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
  28. infra:
  29. - changed-files:
  30. - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props', 'src/Ryujinx.BuildValidationTasks/**']
  31. documentation:
  32. - changed-files:
  33. - any-glob-to-any-file: 'docs/**'
  34. ldn:
  35. - changed-files:
  36. - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**'