2021-03-28 00:53:13 +00:00
|
|
|
# Documentation - https://github.com/actions/labeler
|
|
|
|
|
|
|
|
# General Labels
|
|
|
|
'Build | Project System':
|
|
|
|
- '.github/*'
|
|
|
|
- '.github/**/*'
|
|
|
|
- '*.sln'
|
|
|
|
- '**/*.sln'
|
|
|
|
- '*.vcxproj*'
|
|
|
|
- '**/*.vcxproj*'
|
|
|
|
- 'cmake/*'
|
|
|
|
- 'cmake/**/*'
|
|
|
|
- 'CMakeLists.txt'
|
|
|
|
- '**/CMakeLists.txt'
|
|
|
|
- 'build.sh'
|
|
|
|
'Dependencies':
|
|
|
|
- '3rdparty/*'
|
|
|
|
- '3rdparty/**/*'
|
|
|
|
- '**/3rdpartyDeps.props'
|
|
|
|
- '.gitmodules'
|
|
|
|
'Documentation':
|
|
|
|
- '*.md'
|
|
|
|
- '**/*.md'
|
|
|
|
- '*.pdf'
|
|
|
|
- '**/*.pdf'
|
2022-02-10 17:59:26 +00:00
|
|
|
'GUI/Qt':
|
2022-02-02 17:06:07 +00:00
|
|
|
- 'pcsx2-qt/*'
|
|
|
|
- 'pcsx2-qt/**/*'
|
2022-02-10 17:59:26 +00:00
|
|
|
- '3rdparty/Qt/*'
|
|
|
|
- '3rdparty/Qt/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GameDB':
|
|
|
|
- '**/GameIndex.*'
|
|
|
|
'Installer | Package':
|
|
|
|
- 'build.sh'
|
|
|
|
|
|
|
|
# Tools / Features
|
|
|
|
'Debugger':
|
|
|
|
- 'pcsx2/DebugTools/*'
|
|
|
|
- 'pcsx2/DebugTools/**/*'
|
|
|
|
- 'pcsx2/gui/Debugger/*'
|
|
|
|
- 'pcsx2/gui/Debugger/**/*'
|
|
|
|
'IPC':
|
|
|
|
- 'pcsx2/IPC*'
|
|
|
|
- 'pcsx2/**/IPC*'
|
|
|
|
'TAS Functionality':
|
|
|
|
- 'pcsx2/Recording/*'
|
|
|
|
- 'pcsx2/Recording/**/*'
|
2023-02-01 00:24:41 +00:00
|
|
|
'RetroAchievements':
|
|
|
|
- 'pcsx2/Frontend/Achievements.*'
|
|
|
|
- 'pcsx2/Achievements.*'
|
2021-03-28 00:53:13 +00:00
|
|
|
|
|
|
|
# Emulation Components
|
|
|
|
'Counters':
|
|
|
|
- 'pcsx2/Counters.*'
|
|
|
|
'Vector Units':
|
|
|
|
- 'pcsx2/VU*'
|
|
|
|
- 'pcsx2/**/VU*'
|
|
|
|
- 'pcsx2/*VU*'
|
|
|
|
- 'pcsx2/**/*VU*'
|
|
|
|
'VIF':
|
|
|
|
- 'pcsx2/Vif*'
|
|
|
|
- 'pcsx2/**/Vif*'
|
|
|
|
- 'pcsx2/VIF*'
|
|
|
|
- 'pcsx2/**/VIF*'
|
|
|
|
|
|
|
|
# GS Related Labels
|
2021-07-04 00:44:47 +00:00
|
|
|
'GS':
|
|
|
|
- 'pcsx2/GS/*'
|
|
|
|
- 'pcsx2/GS/**/*'
|
2023-01-20 18:01:50 +00:00
|
|
|
- 'bin/resources/shaders/*'
|
|
|
|
- 'bin/resources/shaders/**/*'
|
2022-05-30 23:14:20 +00:00
|
|
|
'GS: Direct3D 11':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/DX11/*'
|
|
|
|
- 'pcsx2/GS/Renderers/DX11/**/*'
|
2023-01-20 18:01:50 +00:00
|
|
|
- 'bin/resources/shaders/dx11/*'
|
|
|
|
- 'bin/resources/shaders/dx11/**/*'
|
2022-05-30 23:14:20 +00:00
|
|
|
'GS: Direct3D 12':
|
|
|
|
- 'pcsx2/GS/Renderers/DX12/*'
|
|
|
|
- 'pcsx2/GS/Renderers/DX12/**/*'
|
2023-01-20 18:01:50 +00:00
|
|
|
- 'bin/resources/shaders/dx11/*'
|
|
|
|
- 'bin/resources/shaders/dx11/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GS: Hardware':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/HW/*'
|
|
|
|
- 'pcsx2/GS/Renderers/HW/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GS: OpenGL':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/OpenGL/*'
|
|
|
|
- 'pcsx2/GS/Renderers/OpenGL/**/*'
|
2023-01-20 18:01:50 +00:00
|
|
|
- 'bin/resources/shaders/opengl/*'
|
|
|
|
- 'bin/resources/shaders/opengl/**/*'
|
2022-01-08 07:35:02 +00:00
|
|
|
'GS: Vulkan':
|
|
|
|
- 'pcsx2/GS/Renderers/Vulkan/*'
|
|
|
|
- 'pcsx2/GS/Renderers/Vulkan/**/*'
|
2023-01-20 18:01:50 +00:00
|
|
|
- 'bin/resources/shaders/vulkan/*'
|
|
|
|
- 'bin/resources/shaders/vulkan/**/*'
|
2022-05-30 23:14:20 +00:00
|
|
|
'GS: Metal':
|
|
|
|
- 'pcsx2/GS/Renderers/Metal/*'
|
|
|
|
- 'pcsx2/GS/Renderers/Metal/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GS: Texture Cache':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/*TextureCache*.*'
|
|
|
|
- 'pcsx2/GS/Renderers/**/*TextureCache*.*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GS: Software':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/SW/*'
|
|
|
|
- 'pcsx2/GS/Renderers/SW/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
|
|
|
|
# Other Core Components
|
|
|
|
'CDVD':
|
|
|
|
- 'pcsx2/CDVD/*'
|
|
|
|
- 'pcsx2/CDVD/**/*'
|
|
|
|
'DEV9':
|
|
|
|
- 'pcsx2/DEV9/*'
|
|
|
|
- 'pcsx2/DEV9/**/*'
|
|
|
|
'IPU':
|
|
|
|
- 'pcsx2/IPU/*'
|
|
|
|
- 'pcsx2/IPU/**/*'
|
|
|
|
'Memory Card':
|
|
|
|
- 'pcsx2/gui/MemoryCard*'
|
|
|
|
- 'pcsx2/gui/**/MemoryCard*'
|
2023-01-20 17:38:54 +00:00
|
|
|
'PAD':
|
|
|
|
- 'pcsx2/PAD/*'
|
|
|
|
- 'pcsx2/PAD/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'SPU2':
|
|
|
|
- 'pcsx2/SPU2/*'
|
|
|
|
- 'pcsx2/SPU2/**/*'
|
|
|
|
'USB':
|
|
|
|
- 'pcsx2/USB/*'
|
|
|
|
- 'pcsx2/USB/**/*'
|