Skip to content

Commit

Permalink
Add TodoTarget.MergedAt
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmckenzie committed Apr 12, 2024
1 parent 1fb53be commit 100bdc2
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 100bdc2

Please sign in to comment.