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'
|
|
|
|
- 'buildbot.xml'
|
|
|
|
- 'build.sh'
|
|
|
|
'Dependencies':
|
|
|
|
- '3rdparty/*'
|
|
|
|
- '3rdparty/**/*'
|
|
|
|
- '**/3rdpartyDeps.props'
|
|
|
|
- '.gitmodules'
|
|
|
|
'Documentation':
|
|
|
|
- '*.md'
|
|
|
|
- '**/*.md'
|
|
|
|
- '*.pdf'
|
|
|
|
- '**/*.pdf'
|
|
|
|
'GUI/WX':
|
|
|
|
- 'pcsx2/gui/*'
|
|
|
|
- 'pcsx2/gui/**/*'
|
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':
|
|
|
|
- 'nsis/*'
|
|
|
|
- 'nsis/**/*'
|
|
|
|
- '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/**/*'
|
|
|
|
|
|
|
|
# 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/**/*'
|
2021-03-28 00:53:13 +00:00
|
|
|
'GS: Direct3D':
|
2021-07-04 00:44:47 +00:00
|
|
|
- 'pcsx2/GS/Renderers/DX11/*'
|
|
|
|
- 'pcsx2/GS/Renderers/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/**/*'
|
2022-01-08 07:35:02 +00:00
|
|
|
'GS: Vulkan':
|
|
|
|
- 'pcsx2/GS/Renderers/Vulkan/*'
|
|
|
|
- 'pcsx2/GS/Renderers/Vulkan/**/*'
|
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*'
|
|
|
|
'PAD: Linux/Mac':
|
|
|
|
- 'pcsx2/PAD/Linux/*'
|
|
|
|
- 'pcsx2/PAD/Linux/**/*'
|
|
|
|
'PAD: Windows':
|
|
|
|
- 'pcsx2/PAD/Windows/*'
|
|
|
|
- 'pcsx2/PAD/Windows/**/*'
|
|
|
|
'SPU2':
|
|
|
|
- 'pcsx2/SPU2/*'
|
|
|
|
- 'pcsx2/SPU2/**/*'
|
|
|
|
'USB':
|
|
|
|
- 'pcsx2/USB/*'
|
|
|
|
- 'pcsx2/USB/**/*'
|