You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GitHub Actions repository references from Ryujinx/Ryujinx to devz906/MelonJR
- Update all checkout actions to explicitly reference devz906/MelonJR
- Disable problematic triggers (pull_request_target, workflow_run) that cause repository context issues
- Update changelog links and issue templates to point to correct repository
- Prevent 'repository not found' errors in GitHub Actions
This resolves the checkout error where workflows were trying to fetch from the non-existent Ryujinx/Ryujinx repository.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/missing_cpu_instruction.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ body:
21
21
id: required
22
22
attributes:
23
23
label: Required by
24
-
description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
24
+
description: Add links to the compatibility list page(s) of the game(s) that require this instruction.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/missing_service_call.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ body:
20
20
id: required
21
21
attributes:
22
22
label: Required by
23
-
description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this service.
23
+
description: Add links to the compatibility list page(s) of the game(s) that require this service.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/missing_shader_instruction.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ body:
14
14
id: required
15
15
attributes:
16
16
label: Required by
17
-
description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
17
+
description: Add links to the compatibility list page(s) of the game(s) that require this instruction.
0 commit comments