Commit 2461623
committed
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.1 parent ed57b69 commit 2461623
1 file changed
Lines changed: 8 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1630 | 1630 | | |
1631 | 1631 | | |
1632 | 1632 | | |
1633 | | - | |
1634 | | - | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
1640 | 1637 | | |
1641 | | - | |
1642 | | - | |
| 1638 | + | |
1643 | 1639 | | |
1644 | 1640 | | |
1645 | 1641 | | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | | - | |
1652 | 1642 | | |
1653 | 1643 | | |
1654 | 1644 | | |
| |||
1666 | 1656 | | |
1667 | 1657 | | |
1668 | 1658 | | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
1672 | 1662 | | |
1673 | 1663 | | |
1674 | 1664 | | |
| |||
0 commit comments