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
slog.Error("GitHub app installation link not found",
83
95
"installationId", installationId,
96
+
"issueNumber", issueNumber,
84
97
)
85
-
returnfmt.Errorf("github app installation link not found")
98
+
returnfmt.Errorf("GitHub App installation not found for installation ID %d. Please ensure the GitHub App is properly installed on the repository and the installation process completed successfully", installationId)
0 commit comments