Skip to content

Commit 92626af

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent c693bdb commit 92626af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/v3/issues/events.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)