|
2 | 2 |
|
3 | 3 | # General Labels |
4 | 4 | 'Build | Project System': |
5 | | - - '.github/*' |
6 | | - - '.github/**/*' |
7 | | - - '*.sln' |
8 | | - - '**/*.sln' |
9 | | - - '*.vcxproj*' |
10 | | - - '**/*.vcxproj*' |
11 | | - - 'cmake/*' |
12 | | - - 'cmake/**/*' |
13 | | - - 'CMakeLists.txt' |
14 | | - - '**/CMakeLists.txt' |
15 | | - - 'build.sh' |
| 5 | + - changed-files: |
| 6 | + - any-glob-to-any-file: |
| 7 | + - '.github/*' |
| 8 | + - '.github/**/*' |
| 9 | + - '*.sln' |
| 10 | + - '**/*.sln' |
| 11 | + - '*.vcxproj*' |
| 12 | + - '**/*.vcxproj*' |
| 13 | + - 'cmake/*' |
| 14 | + - 'cmake/**/*' |
| 15 | + - 'CMakeLists.txt' |
| 16 | + - '**/CMakeLists.txt' |
| 17 | + - 'build.sh' |
16 | 18 | 'Dependencies': |
17 | | - - '3rdparty/*' |
18 | | - - '3rdparty/**/*' |
19 | | - - '**/3rdpartyDeps.props' |
20 | | - - '.gitmodules' |
| 19 | + - changed-files: |
| 20 | + - any-glob-to-any-file: |
| 21 | + - '3rdparty/*' |
| 22 | + - '3rdparty/**/*' |
| 23 | + - '**/3rdpartyDeps.props' |
| 24 | + - '.gitmodules' |
21 | 25 | 'Documentation': |
22 | | - - '*.md' |
23 | | - - '**/*.md' |
24 | | - - '*.pdf' |
25 | | - - '**/*.pdf' |
| 26 | + - changed-files: |
| 27 | + - any-glob-to-any-file: |
| 28 | + - '*.md' |
| 29 | + - '**/*.md' |
| 30 | + - '*.pdf' |
| 31 | + - '**/*.pdf' |
26 | 32 | 'GUI/Qt': |
27 | | - - 'pcsx2-qt/*' |
28 | | - - 'pcsx2-qt/**/*' |
29 | | - - '3rdparty/Qt/*' |
30 | | - - '3rdparty/Qt/**/*' |
| 33 | + - changed-files: |
| 34 | + - any-glob-to-any-file: |
| 35 | + - 'pcsx2-qt/*' |
| 36 | + - 'pcsx2-qt/**/*' |
| 37 | + - '3rdparty/Qt/*' |
| 38 | + - '3rdparty/Qt/**/*' |
31 | 39 | 'GameDB': |
32 | | - - '**/GameIndex.*' |
| 40 | + - changed-files: |
| 41 | + - any-glob-to-any-file: |
| 42 | + - '**/GameIndex.*' |
33 | 43 | 'Installer | Package': |
34 | | - - 'build.sh' |
| 44 | + - changed-files: |
| 45 | + - any-glob-to-any-file: |
| 46 | + - 'build.sh' |
35 | 47 | 'Translations': |
36 | | - - 'pcsx2-qt/Translations/*' |
| 48 | + - changed-files: |
| 49 | + - any-glob-to-any-file: |
| 50 | + - 'pcsx2-qt/Translations/*' |
37 | 51 |
|
38 | 52 | # Tools / Features |
39 | 53 | 'Debugger': |
40 | | - - 'pcsx2/DebugTools/*' |
41 | | - - 'pcsx2/DebugTools/**/*' |
42 | | - - 'pcsx2-qt/Debugger/*' |
43 | | - - 'pcsx2-qt/Debugger/**/*' |
| 54 | + - changed-files: |
| 55 | + - any-glob-to-any-file: |
| 56 | + - 'pcsx2/DebugTools/*' |
| 57 | + - 'pcsx2/DebugTools/**/*' |
| 58 | + - 'pcsx2-qt/Debugger/*' |
| 59 | + - 'pcsx2-qt/Debugger/**/*' |
44 | 60 | 'IPC': |
45 | | - - 'pcsx2/IPC*' |
46 | | - - 'pcsx2/**/IPC*' |
| 61 | + - changed-files: |
| 62 | + - any-glob-to-any-file: |
| 63 | + - 'pcsx2/IPC*' |
| 64 | + - 'pcsx2/**/IPC*' |
47 | 65 | 'TAS Functionality': |
48 | | - - 'pcsx2/Recording/*' |
49 | | - - 'pcsx2/Recording/**/*' |
| 66 | + - changed-files: |
| 67 | + - any-glob-to-any-file: |
| 68 | + - 'pcsx2/Recording/*' |
| 69 | + - 'pcsx2/Recording/**/*' |
50 | 70 | 'RetroAchievements': |
51 | | - - 'pcsx2/Frontend/Achievements.*' |
52 | | - - 'pcsx2/Achievements.*' |
| 71 | + - changed-files: |
| 72 | + - any-glob-to-any-file: |
| 73 | + - 'pcsx2/Frontend/Achievements.*' |
| 74 | + - 'pcsx2/Achievements.*' |
53 | 75 |
|
54 | 76 | # Emulation Components |
55 | 77 | 'Counters': |
56 | | - - 'pcsx2/Counters.*' |
| 78 | + - changed-files: |
| 79 | + - any-glob-to-any-file: |
| 80 | + - 'pcsx2/Counters.*' |
57 | 81 | 'Vector Units': |
58 | | - - 'pcsx2/VU*' |
59 | | - - 'pcsx2/**/VU*' |
60 | | - - 'pcsx2/*VU*' |
61 | | - - 'pcsx2/**/*VU*' |
| 82 | + - changed-files: |
| 83 | + - any-glob-to-any-file: |
| 84 | + - 'pcsx2/VU*' |
| 85 | + - 'pcsx2/**/VU*' |
| 86 | + - 'pcsx2/*VU*' |
| 87 | + - 'pcsx2/**/*VU*' |
62 | 88 | 'VIF': |
63 | | - - 'pcsx2/Vif*' |
64 | | - - 'pcsx2/**/Vif*' |
65 | | - - 'pcsx2/VIF*' |
66 | | - - 'pcsx2/**/VIF*' |
| 89 | + - changed-files: |
| 90 | + - any-glob-to-any-file: |
| 91 | + - 'pcsx2/Vif*' |
| 92 | + - 'pcsx2/**/Vif*' |
| 93 | + - 'pcsx2/VIF*' |
| 94 | + - 'pcsx2/**/VIF*' |
67 | 95 |
|
68 | 96 | # GS Related Labels |
69 | 97 | 'GS': |
70 | | - - 'pcsx2/GS/*' |
71 | | - - 'pcsx2/GS/**/*' |
72 | | - - 'bin/resources/shaders/*' |
73 | | - - 'bin/resources/shaders/**/*' |
| 98 | + - changed-files: |
| 99 | + - any-glob-to-any-file: |
| 100 | + - 'pcsx2/GS/*' |
| 101 | + - 'pcsx2/GS/**/*' |
| 102 | + - 'bin/resources/shaders/*' |
| 103 | + - 'bin/resources/shaders/**/*' |
74 | 104 | 'GS: Direct3D 11': |
75 | | - - 'pcsx2/GS/Renderers/DX11/*' |
76 | | - - 'pcsx2/GS/Renderers/DX11/**/*' |
77 | | - - 'bin/resources/shaders/dx11/*' |
78 | | - - 'bin/resources/shaders/dx11/**/*' |
| 105 | + - changed-files: |
| 106 | + - any-glob-to-any-file: |
| 107 | + - 'pcsx2/GS/Renderers/DX11/*' |
| 108 | + - 'pcsx2/GS/Renderers/DX11/**/*' |
| 109 | + - 'bin/resources/shaders/dx11/*' |
| 110 | + - 'bin/resources/shaders/dx11/**/*' |
79 | 111 | 'GS: Direct3D 12': |
80 | | - - 'pcsx2/GS/Renderers/DX12/*' |
81 | | - - 'pcsx2/GS/Renderers/DX12/**/*' |
82 | | - - 'bin/resources/shaders/dx11/*' |
83 | | - - 'bin/resources/shaders/dx11/**/*' |
| 112 | + - changed-files: |
| 113 | + - any-glob-to-any-file: |
| 114 | + - 'pcsx2/GS/Renderers/DX12/*' |
| 115 | + - 'pcsx2/GS/Renderers/DX12/**/*' |
| 116 | + - 'bin/resources/shaders/dx11/*' |
| 117 | + - 'bin/resources/shaders/dx11/**/*' |
84 | 118 | 'GS: Hardware': |
85 | | - - 'pcsx2/GS/Renderers/HW/*' |
86 | | - - 'pcsx2/GS/Renderers/HW/**/*' |
| 119 | + - changed-files: |
| 120 | + - any-glob-to-any-file: |
| 121 | + - 'pcsx2/GS/Renderers/HW/*' |
| 122 | + - 'pcsx2/GS/Renderers/HW/**/*' |
87 | 123 | 'GS: OpenGL': |
88 | | - - 'pcsx2/GS/Renderers/OpenGL/*' |
89 | | - - 'pcsx2/GS/Renderers/OpenGL/**/*' |
90 | | - - 'bin/resources/shaders/opengl/*' |
91 | | - - 'bin/resources/shaders/opengl/**/*' |
| 124 | + - changed-files: |
| 125 | + - any-glob-to-any-file: |
| 126 | + - 'pcsx2/GS/Renderers/OpenGL/*' |
| 127 | + - 'pcsx2/GS/Renderers/OpenGL/**/*' |
| 128 | + - 'bin/resources/shaders/opengl/*' |
| 129 | + - 'bin/resources/shaders/opengl/**/*' |
92 | 130 | 'GS: Vulkan': |
93 | | - - 'pcsx2/GS/Renderers/Vulkan/*' |
94 | | - - 'pcsx2/GS/Renderers/Vulkan/**/*' |
95 | | - - 'bin/resources/shaders/vulkan/*' |
96 | | - - 'bin/resources/shaders/vulkan/**/*' |
| 131 | + - changed-files: |
| 132 | + - any-glob-to-any-file: |
| 133 | + - 'pcsx2/GS/Renderers/Vulkan/*' |
| 134 | + - 'pcsx2/GS/Renderers/Vulkan/**/*' |
| 135 | + - 'bin/resources/shaders/vulkan/*' |
| 136 | + - 'bin/resources/shaders/vulkan/**/*' |
97 | 137 | 'GS: Metal': |
98 | | - - 'pcsx2/GS/Renderers/Metal/*' |
99 | | - - 'pcsx2/GS/Renderers/Metal/**/*' |
| 138 | + - changed-files: |
| 139 | + - any-glob-to-any-file: |
| 140 | + - 'pcsx2/GS/Renderers/Metal/*' |
| 141 | + - 'pcsx2/GS/Renderers/Metal/**/*' |
100 | 142 | 'GS: Texture Cache': |
101 | | - - 'pcsx2/GS/Renderers/*TextureCache*.*' |
102 | | - - 'pcsx2/GS/Renderers/**/*TextureCache*.*' |
| 143 | + - changed-files: |
| 144 | + - any-glob-to-any-file: |
| 145 | + - 'pcsx2/GS/Renderers/*TextureCache*.*' |
| 146 | + - 'pcsx2/GS/Renderers/**/*TextureCache*.*' |
103 | 147 | 'GS: Software': |
104 | | - - 'pcsx2/GS/Renderers/SW/*' |
105 | | - - 'pcsx2/GS/Renderers/SW/**/*' |
| 148 | + - changed-files: |
| 149 | + - any-glob-to-any-file: |
| 150 | + - 'pcsx2/GS/Renderers/SW/*' |
| 151 | + - 'pcsx2/GS/Renderers/SW/**/*' |
106 | 152 |
|
107 | 153 | # Other Core Components |
108 | 154 | 'CDVD': |
109 | | - - 'pcsx2/CDVD/*' |
110 | | - - 'pcsx2/CDVD/**/*' |
| 155 | + - changed-files: |
| 156 | + - any-glob-to-any-file: |
| 157 | + - 'pcsx2/CDVD/*' |
| 158 | + - 'pcsx2/CDVD/**/*' |
111 | 159 | 'DEV9': |
112 | | - - 'pcsx2/DEV9/*' |
113 | | - - 'pcsx2/DEV9/**/*' |
| 160 | + - changed-files: |
| 161 | + - any-glob-to-any-file: |
| 162 | + - 'pcsx2/DEV9/*' |
| 163 | + - 'pcsx2/DEV9/**/*' |
114 | 164 | 'IPU': |
115 | | - - 'pcsx2/IPU/*' |
116 | | - - 'pcsx2/IPU/**/*' |
| 165 | + - changed-files: |
| 166 | + - any-glob-to-any-file: |
| 167 | + - 'pcsx2/IPU/*' |
| 168 | + - 'pcsx2/IPU/**/*' |
117 | 169 | 'Memory Card': |
118 | | - - 'pcsx2/SIO/Memcard/*' |
119 | | - - 'pcsx2/SIO/Memcard/**/*' |
| 170 | + - changed-files: |
| 171 | + - any-glob-to-any-file: |
| 172 | + - 'pcsx2/SIO/Memcard/*' |
| 173 | + - 'pcsx2/SIO/Memcard/**/*' |
120 | 174 | 'PAD': |
121 | | - - 'pcsx2/SIO/Pad/*' |
122 | | - - 'pcsx2/SIO/Pad/**/*' |
| 175 | + - changed-files: |
| 176 | + - any-glob-to-any-file: |
| 177 | + - 'pcsx2/SIO/Pad/*' |
| 178 | + - 'pcsx2/SIO/Pad/**/*' |
123 | 179 | 'SPU2': |
124 | | - - 'pcsx2/SPU2/*' |
125 | | - - 'pcsx2/SPU2/**/*' |
| 180 | + - changed-files: |
| 181 | + - any-glob-to-any-file: |
| 182 | + - 'pcsx2/SPU2/*' |
| 183 | + - 'pcsx2/SPU2/**/*' |
126 | 184 | 'USB': |
127 | | - - 'pcsx2/USB/*' |
128 | | - - 'pcsx2/USB/**/*' |
| 185 | + - changed-files: |
| 186 | + - any-glob-to-any-file: |
| 187 | + - 'pcsx2/USB/*' |
| 188 | + - 'pcsx2/USB/**/*' |
0 commit comments