- Remove spurious context.ReferencesGitRepo(true) from /actions route group
- ToActionTask: restore targeted loads (LoadJob/LoadRun/LoadRepo) instead
of LoadAttributes which unnecessarily loads task steps; use
httplib.MakeAbsoluteURL(ctx, ...) for the URL field
- ToActionWorkflowRun: replace run.LoadAttributes with direct repo
assignment + LoadTriggerUser to avoid redundant language-stats query;
restore attempt.Run = run before attempt.LoadAttributes to prevent
redundant DB re-fetch; restore ctx to APIURL/HTMLURL calls
- ToActionWorkflowJob: restore ctx to APIURL and HTMLURL calls
Co-Authored-By: Claude <claude-sonnet-4-6@anthropic.com>