Skip to content

Commit fdaccee

Browse files
committed
ci: update to labeler@v5
1 parent 87747e1 commit fdaccee

2 files changed

Lines changed: 148 additions & 88 deletions

File tree

.github/labeler.yml

Lines changed: 147 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -2,127 +2,187 @@
22

33
# General Labels
44
'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'
1618
'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'
2125
'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'
2632
'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/**/*'
3139
'GameDB':
32-
- '**/GameIndex.*'
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- '**/GameIndex.*'
3343
'Installer | Package':
34-
- 'build.sh'
44+
- changed-files:
45+
- any-glob-to-any-file:
46+
- 'build.sh'
3547
'Translations':
36-
- 'pcsx2-qt/Translations/*'
48+
- changed-files:
49+
- any-glob-to-any-file:
50+
- 'pcsx2-qt/Translations/*'
3751

3852
# Tools / Features
3953
'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/**/*'
4460
'IPC':
45-
- 'pcsx2/IPC*'
46-
- 'pcsx2/**/IPC*'
61+
- changed-files:
62+
- any-glob-to-any-file:
63+
- 'pcsx2/IPC*'
64+
- 'pcsx2/**/IPC*'
4765
'TAS Functionality':
48-
- 'pcsx2/Recording/*'
49-
- 'pcsx2/Recording/**/*'
66+
- changed-files:
67+
- any-glob-to-any-file:
68+
- 'pcsx2/Recording/*'
69+
- 'pcsx2/Recording/**/*'
5070
'RetroAchievements':
51-
- 'pcsx2/Frontend/Achievements.*'
52-
- 'pcsx2/Achievements.*'
71+
- changed-files:
72+
- any-glob-to-any-file:
73+
- 'pcsx2/Frontend/Achievements.*'
74+
- 'pcsx2/Achievements.*'
5375

5476
# Emulation Components
5577
'Counters':
56-
- 'pcsx2/Counters.*'
78+
- changed-files:
79+
- any-glob-to-any-file:
80+
- 'pcsx2/Counters.*'
5781
'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*'
6288
'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*'
6795

6896
# GS Related Labels
6997
'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/**/*'
74104
'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/**/*'
79111
'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/**/*'
84118
'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/**/*'
87123
'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/**/*'
92130
'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/**/*'
97137
'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/**/*'
100142
'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*.*'
103147
'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/**/*'
106152

107153
# Other Core Components
108154
'CDVD':
109-
- 'pcsx2/CDVD/*'
110-
- 'pcsx2/CDVD/**/*'
155+
- changed-files:
156+
- any-glob-to-any-file:
157+
- 'pcsx2/CDVD/*'
158+
- 'pcsx2/CDVD/**/*'
111159
'DEV9':
112-
- 'pcsx2/DEV9/*'
113-
- 'pcsx2/DEV9/**/*'
160+
- changed-files:
161+
- any-glob-to-any-file:
162+
- 'pcsx2/DEV9/*'
163+
- 'pcsx2/DEV9/**/*'
114164
'IPU':
115-
- 'pcsx2/IPU/*'
116-
- 'pcsx2/IPU/**/*'
165+
- changed-files:
166+
- any-glob-to-any-file:
167+
- 'pcsx2/IPU/*'
168+
- 'pcsx2/IPU/**/*'
117169
'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/**/*'
120174
'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/**/*'
123179
'SPU2':
124-
- 'pcsx2/SPU2/*'
125-
- 'pcsx2/SPU2/**/*'
180+
- changed-files:
181+
- any-glob-to-any-file:
182+
- 'pcsx2/SPU2/*'
183+
- 'pcsx2/SPU2/**/*'
126184
'USB':
127-
- 'pcsx2/USB/*'
128-
- 'pcsx2/USB/**/*'
185+
- changed-files:
186+
- any-glob-to-any-file:
187+
- 'pcsx2/USB/*'
188+
- 'pcsx2/USB/**/*'

.github/workflows/triage_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.repository == 'PCSX2/pcsx2'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/labeler@v4.3.0
11+
- uses: actions/labeler@v5
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414

0 commit comments

Comments
 (0)