This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ determine who should be notified of comments.
5252 <dt >assignee</dt >
5353 <dd >The User object which was assigned to (or unassigned from) this Issue. Only provided for `assigned` and `unassigned` events.</dd >
5454
55- <dt >assigner</dt >
56- <dd >The User object that performed the assignment (or unassignment) for this Issue. Only provided for `assigned` and `unassigned` events.</dd >
57-
5855 <dt >milestone</dt >
5956 <dd >The Milestone object including a `title` attribute. Only provided for `milestoned` and
6057 ` demilestoned ` events.</dd >
@@ -72,7 +69,7 @@ another issue. Only provided for `cross-referenced` events.</dd>
7269
7370<dl >
7471 <dt >assigned</dt >
75- <dd >The issue was assigned to the actor .</dd >
72+ <dd >The issue was assigned to the assignee .</dd >
7673
7774 <dt >closed</dt >
7875 <dd >The issue was closed by the actor. When the commit_id is present, it
@@ -130,7 +127,7 @@ source.</dd>
130127 <dd >The actor subscribed to receive notifications for an issue.</dd >
131128
132129 <dt >unassigned</dt >
133- <dd >The actor was unassigned from the issue.</dd >
130+ <dd >The assignee was unassigned from the issue.</dd >
134131
135132 <dt >unlabeled</dt >
136133 <dd >A label was removed from the issue.</dd >
You can’t perform that action at this time.
0 commit comments