.github/workflows: add PlayStation 5

This commit is contained in:
Hajime Hoshi 2023-10-01 22:42:58 +09:00
parent 8c7eb70635
commit 49ff4df890
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ body:
- label: Android
- label: iOS
- label: Nintendo Switch
- label: PlayStation 5
- label: Xbox
- label: Web Browsers
validations:

View File

@ -17,6 +17,7 @@ body:
- label: Android
- label: iOS
- label: Nintendo Switch
- label: PlayStation 5
- label: Xbox
- label: Web Browsers
validations:

View File

@ -14,6 +14,8 @@ os:ios:
- "- \\[(x|X)\\] iOS\n"
os:nintendoswitch:
- "- \\[(x|X)\\] Nintendo Switch\n"
os:playstation5:
- "- \\[(x|X)\\] PlayStation 5\n"
os:xbox:
- "- \\[(x|X)\\] Xbox\n"
os:js: