aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: cd7650a9d1fcd7f2d154734304a0ba1cf5e80691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
audio:
- changed-files:
  - any-glob-to-any-file: 'src/Ryujinx.Audio*/**'

cpu:
- changed-files:
  - any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']

gpu:
- changed-files:
  - any-glob-to-any-file: ['src/Ryujinx.Graphics.*/**', 'src/Spv.Generator/**', 'src/Ryujinx.ShaderTools/**']

'graphics-backend:opengl':
- changed-files:
  - any-glob-to-any-file: 'src/Ryujinx.Graphics.OpenGL/**'

'graphics-backend:vulkan':
- changed-files:
  - any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']

gui:
- changed-files:
  - any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.UI.Common/**', 'src/Ryujinx.UI.LocaleGenerator/**', 'src/Ryujinx.Gtk3/**']

horizon:
- changed-files:
  - any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']

kernel:
- changed-files:
  - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'

infra:
- changed-files:
  - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']