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: correct parameter parsing in MarkPullRequestReadyForReview function
- Replace incorrect request.Params.GetString/GetInt calls with requiredParam/RequiredInt
- Fix undefined params struct reference in GraphQL variables map
- Use local variables (owner, repo, pullNumber) instead of non-existent params fields
- Standardize error reporting to match project conventions
Fixes compilation errors and ensures consistent parameter handling across the codebase.
0 commit comments