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
Make MarkPullRequestReadyForReview consistent with other GraphQL functions
- Replace RequiredInt + manual conversion with mapstructure.Decode pattern
- Use int32 PullNumber field in params struct like other GraphQL functions
- Eliminates integer overflow concerns and maintains consistency
- Follows established pattern used by CreateAndSubmitPullRequestReview, etc.
0 commit comments