infra: Fix labeler.yml after labeler@v5 update
This commit is contained in:
parent
ad8d5b9b56
commit
04ed8c1f83
1 changed files with 22 additions and 20 deletions
42
.github/labeler.yml
vendored
42
.github/labeler.yml
vendored
|
@ -1,33 +1,35 @@
|
||||||
audio: 'src/Ryujinx.Audio*/**'
|
audio:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
|
||||||
|
|
||||||
cpu:
|
cpu:
|
||||||
- 'src/ARMeilleure/**'
|
- changed-files:
|
||||||
- 'src/Ryujinx.Cpu/**'
|
- any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
|
||||||
- 'src/Ryujinx.Memory/**'
|
|
||||||
|
|
||||||
gpu:
|
gpu:
|
||||||
- 'src/Ryujinx.Graphics.*/**'
|
- changed-files:
|
||||||
- 'src/Spv.Generator/**'
|
- any-glob-to-any-file: ['src/Ryujinx.Graphics.*/**', 'src/Spv.Generator/**', 'src/Ryujinx.ShaderTools/**']
|
||||||
- 'src/Ryujinx.ShaderTools/**'
|
|
||||||
|
'graphics-backend:opengl':
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/Ryujinx.Graphics.OpenGL/**'
|
||||||
|
|
||||||
'graphics-backend:opengl': 'src/Ryujinx.Graphics.OpenGL/**'
|
|
||||||
'graphics-backend:vulkan':
|
'graphics-backend:vulkan':
|
||||||
- 'src/Ryujinx.Graphics.Vulkan/**'
|
- changed-files:
|
||||||
- 'src/Spv.Generator/**'
|
- any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
- 'src/Ryujinx/**'
|
- changed-files:
|
||||||
- 'src/Ryujinx.Ui.Common/**'
|
- any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.Ui.Common/**', 'src/Ryujinx.Ui.LocaleGenerator/**', 'src/Ryujinx.Ava/**']
|
||||||
- 'src/Ryujinx.Ui.LocaleGenerator/**'
|
|
||||||
- 'src/Ryujinx.Ava/**'
|
|
||||||
|
|
||||||
horizon:
|
horizon:
|
||||||
- 'src/Ryujinx.HLE/**'
|
- changed-files:
|
||||||
- 'src/Ryujinx.Horizon*/**'
|
- any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
|
||||||
|
|
||||||
kernel: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
kernel:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
||||||
|
|
||||||
infra:
|
infra:
|
||||||
- '.github/**'
|
- changed-files:
|
||||||
- 'distribution/**'
|
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|
||||||
- 'Directory.Packages.props'
|
|
||||||
|
|
Loading…
Reference in a new issue