CI: Automatically label Qt

This will label PRs that touches on Qt-related files.
This commit is contained in:
RedDevilus 2022-02-02 18:06:07 +01:00 committed by refractionpcsx2
parent 2328d9e107
commit ead6f9f4cd
1 changed files with 3 additions and 0 deletions

3
.github/labeler.yml vendored
View File

@ -27,6 +27,9 @@
'GUI/WX':
- 'pcsx2/gui/*'
- 'pcsx2/gui/**/*'
'Qt':
- 'pcsx2-qt/*'
- 'pcsx2-qt/**/*'
'GameDB':
- '**/GameIndex.*'
'Installer | Package':