EditIssueOption: make Assignees optional #500

Open
opened 2021-03-13 14:54:47 +00:00 by 6543 · 1 comment
Owner

if Assignees is missing in json it wont change them ... reflect this in the sdk struct

  • tests
if Assignees is missing in json it wont change them ... reflect this in the sdk struct + tests
6543 added this to the v0.15.0 milestone 2021-03-13 14:59:26 +00:00
6543 added the
kind/breaking
label 2021-03-13 14:59:31 +00:00
Author
Owner

optional idear:

type EditPullRequestOption struct {
    EditIssueOption 
    Base      string     `json:"base"`
}

be carefull: EditPull api bahave completly different to EditIssue !!!

-> need refactor on gitea's end

optional idear: ```go type EditPullRequestOption struct { EditIssueOption Base string `json:"base"` } ``` be carefull: EditPull api bahave completly different to EditIssue !!! -> need refactor on gitea's end
6543 modified the milestone from v0.15.0 to v0.16.0 2021-08-11 22:40:07 +00:00
appleboy modified the milestone from v0.16.0 to v0.18.0 2023-12-17 04:57:18 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#500
No description provided.