dmitri.shuralyov.com/service/change

Add initial support for changes requested event.
dmitshur committed 6 years ago commit 3187272212e5690d0d77d8b55234f19eb4f8ff6e
Showing partial commit. Full Commit
Collapse all
timeline.go
@@ -76,7 +76,8 @@ type (
		CommitHTMLURL string // Optional.
		RefName       string
	}

	// TODO: Merge into Comment or so.
	ApprovedEvent struct{}
	ApprovedEvent         struct{}
	ChangesRequestedEvent struct{}
)