File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ determine who should be notified of comments.
2020 <dd >The API URL for fetching the event.</dd >
2121
2222 <dt >actor</dt >
23- <dd >Always the User that generated the event.</dd >
23+ <dd >Always the User object that generated the event.</dd >
2424
2525 <dt >commit_id</dt >
2626 <dd >The String SHA of a commit that referenced this Issue</dd >
@@ -38,6 +38,9 @@ determine who should be notified of comments.
3838 <dt >assignee</dt >
3939 <dd >The User object which was assigned to (or unassigned from) this Issue. Only provided for 'assigned' and 'unassigned' events.</dd >
4040
41+ <dt >assigner</dt >
42+ <dd >The User object that performed the assignment (or unassignment) for this Issue. Only provided for 'assigned' and 'unassigned' events.</dd >
43+
4144 <dt >milestone</dt >
4245 <dd >The Milestone object including a 'title' attribute. Only provided for 'milestoned' and
4346 'demilestoned' events.</dd >
You can’t perform that action at this time.
0 commit comments