We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc4871 commit 4a77129Copy full SHA for 4a77129
github/issues_timeline.go
@@ -97,6 +97,14 @@ type Timeline struct {
97
// reviewed
98
// The pull request was reviewed.
99
//
100
+ // review_requested
101
+ // The actor requested a review from a user or team.
102
+ // Reviewer or Requester will be populated.
103
+ //
104
+ // review_request_removed
105
+ // The actor removed a review request from a user or team.
106
107
108
// subscribed
109
// The actor subscribed to receive notifications for an issue.
110
0 commit comments