labeler.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. gui:
  17. - changed-files:
  18. - any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.UI.Common/**', 'src/Ryujinx.UI.LocaleGenerator/**', 'src/Ryujinx.Gtk3/**']
  19. horizon:
  20. - changed-files:
  21. - any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
  22. kernel:
  23. - changed-files:
  24. - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
  25. infra:
  26. - changed-files:
  27. - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
  28. meta:
  29. - changed-files:
  30. - any-glob-to-any-file: ['docs/**', 'README.md', 'CONTRIBUTING.md']