aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml42
1 files changed, 22 insertions, 20 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 587830be..02744843 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,33 +1,35 @@
-audio: 'src/Ryujinx.Audio*/**'
+audio:
+- changed-files:
+ - any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
cpu:
- - 'src/ARMeilleure/**'
- - 'src/Ryujinx.Cpu/**'
- - 'src/Ryujinx.Memory/**'
+- changed-files:
+ - any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
gpu:
- - 'src/Ryujinx.Graphics.*/**'
- - 'src/Spv.Generator/**'
- - 'src/Ryujinx.ShaderTools/**'
+- 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:opengl': 'src/Ryujinx.Graphics.OpenGL/**'
'graphics-backend:vulkan':
- - 'src/Ryujinx.Graphics.Vulkan/**'
- - 'src/Spv.Generator/**'
+- changed-files:
+ - any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
gui:
- - 'src/Ryujinx/**'
- - 'src/Ryujinx.Ui.Common/**'
- - 'src/Ryujinx.Ui.LocaleGenerator/**'
- - 'src/Ryujinx.Ava/**'
+- changed-files:
+ - any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.Ui.Common/**', 'src/Ryujinx.Ui.LocaleGenerator/**', 'src/Ryujinx.Ava/**']
horizon:
- - 'src/Ryujinx.HLE/**'
- - 'src/Ryujinx.Horizon*/**'
+- changed-files:
+ - 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:
- - '.github/**'
- - 'distribution/**'
- - 'Directory.Packages.props' \ No newline at end of file
+- changed-files:
+ - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']