README.md in gitlab-triage-1.5.1 vs README.md in gitlab-triage-1.6.0
- old
+ new
@@ -839,18 +839,19 @@
Here's a list of currently available Ruby expression API:
##### API
-| Name | Return type | Description |
-| ---- | ---- | ---- |
-| resource | Hash | The hash containing the raw data of the resource |
-| milestone | Milestone | The milestone attached to the resource |
-| labels | [Label] | A list of labels, having only names |
-| labels_with_details | [Label] | A list of labels which has more information loaded from another API request |
-| labels_chronologically | [Label] | Same as `labels_with_details` but sorted chronologically |
-| label_events | [LabelEvent] | A list of label events on the resource |
-| instance_version | InstanceVersion | The version for the GitLab instance we're triaging with |
+| Name | Return type | Description |
+| ---- | ---- | ---- |
+| resource | Hash | The hash containing the raw data of the resource |
+| author | String | The username of the resource author |
+| milestone | Milestone | The milestone attached to the resource |
+| labels | [Label] | A list of labels, having only names |
+| labels_with_details | [Label] | A list of labels which has more information loaded from another API request |
+| labels_chronologically | [Label] | Same as `labels_with_details` but sorted chronologically |
+| label_events | [LabelEvent] | A list of label events on the resource |
+| instance_version | InstanceVersion | The version for the GitLab instance we're triaging with |
##### Methods for `Milestone`
| Method | Return type | Description |
| ---- | ---- | ---- |