From cf52002f5db2a44477ab3fd3710e97ea198684cf Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Fri, 28 Sep 2018 15:03:38 +0000 Subject: Quick actions table --- doc/user/project/quick_actions.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index abd2e0d0c16..67d6228be17 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -15,18 +15,18 @@ about what they do. | `/close` | Close | ✓ | ✓ | ✓ | | | `/reopen` | Reopen | ✓ | ✓ | ✓ | | | `/merge` | Merge (when pipeline succeeds) | | | ✓ | | -| `/title ` | Change title | | ✓ | | ✓ | | -| `/assign @username` | Assign | ✓ | | | | +| `/title ` | Change title | | ✓ | ✓ | ✓ | | +| `/assign @username` | Assign | ✓ | | ✓ | | | `/unassign` | Remove assignee | ✓ | | ✓ | | | `/milestone %milestone` | Set milestone | ✓ | | ✓ | | | `/remove_milestone` | Remove milestone | ✓ | | ✓ | | | `/label ~foo ~"bar baz"` | Add label(s) | ✓ | | ✓ | | | `/unlabel ~foo ~"bar baz"` | Remove all or specific label(s)| ✓ | | ✓ | | | `/relabel ~foo ~"bar baz"` | Replace all label(s) | ✓ | | ✓ | | -| `/todo` | Add a todo | ✓ | | ✓ | | -| `/done` | Mark todo as done | ✓ | | ✓ | | -| `/subscribe` | Subscribe | ✓ | | ✓ | | -| `/unsubscribe` | Unsubscribe | ✓ | | ✓ | | +| `/todo` | Add a todo | ✓ | ✓ | ✓ | | +| `/done` | Mark todo as done | ✓ | ✓ | ✓ | | +| `/subscribe` | Subscribe | ✓ | ✓ | ✓ | | +| `/unsubscribe` | Unsubscribe | ✓ | ✓ | ✓ | | | /due <in 2 days | this Friday | December 31st> | Set due date | ✓ | | | | | `/remove_due_date` | Remove due date | ✓ | | | | | `/wip` | Toggle the Work In Progress status | | | ✓ | | @@ -35,7 +35,7 @@ about what they do. | /spend <time(1h 30m | -1h 5m)> <date(YYYY-MM-DD)> | Add or subtract spent time; optionally, specify the date that time was spent on | ✓ | | | ✓ | | `/remove_time_spent` | Remove time spent | ✓ | | ✓ | | | `/target_branch ` | Set target branch for current merge request | | | ✓ | | -| `/award :emoji:` | Toggle award for :emoji: | ✓ | | | ✓ | +| `/award :emoji:` | Toggle award for :emoji: | ✓ | ✓ | ✓ | | | `/board_move ~column` | Move issue to column on the board | ✓ | | | | | `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue | ✓ | | | | | `/move path/to/project` | Moves issue to another project | ✓ | | | | -- cgit v1.2.1