Skip to content

Commit

Permalink
Merge pull request #1917 from ashmckenzie/ashmckenzie/add-merged-at
Browse files Browse the repository at this point in the history
Add TodoTarget.MergedAt
  • Loading branch information
svanharmelen committed May 5, 2024
2 parents ca11f5c + 100bdc2 commit f23e38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todos.go
Expand Up @@ -82,6 +82,7 @@ type TodoTarget struct {
Weight int `json:"weight"`

// Only available for type MergeRequest
MergedAt *time.Time `json:"merged_at"`
ApprovalsBeforeMerge int `json:"approvals_before_merge"`
ForceRemoveSourceBranch bool `json:"force_remove_source_branch"`
MergeCommitSHA string `json:"merge_commit_sha"`
Expand Down

0 comments on commit f23e38b

Please sign in to comment.