Added missing actions in todos docs

- Added unmergeable action
- Added directly_addressed action
This commit is contained in:
NielsNet 2018-04-08 17:47:08 +00:00
parent 86ca1a77c5
commit a92a64a385
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `action` | string | no | The action to be filtered. Can be `assigned`, `mentioned`, `build_failed`, `marked`, or `approval_required`. |
| `action` | string | no | The action to be filtered. Can be `assigned`, `mentioned`, `build_failed`, `marked`, `approval_required`, `unmergeable` or `directly_addressed`. |
| `author_id` | integer | no | The ID of an author |
| `project_id` | integer | no | The ID of a project |
| `state` | string | no | The state of the todo. Can be either `pending` or `done` |