summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Wu <victor@gitlab.com>2018-09-28 15:03:38 +0000
committerVictor Wu <victor@gitlab.com>2018-09-28 15:03:38 +0000
commitcf52002f5db2a44477ab3fd3710e97ea198684cf (patch)
tree0d52f37b66cfb9ea05156f8f1f49b9025436c44c
parent0d86ffc87536e5873bb84881b43aa96a748334a1 (diff)
downloadgitlab-ce-docs-quick-actions-table.tar.gz
Quick actions tabledocs-quick-actions-table
-rw-r--r--doc/user/project/quick_actions.md14
1 files 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 <New title>` | Change title | | ✓ | | ✓ | |
-| `/assign @username` | Assign | ✓ | | | |
+| `/title <New 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 | ✓ | ✓ | ✓ | |
| <code>/due &lt;in 2 days &#124; this Friday &#124; December 31st&gt;</code> | Set due date | ✓ | | | |
| `/remove_due_date` | Remove due date | ✓ | | | |
| `/wip` | Toggle the Work In Progress status | | | ✓ | |
@@ -35,7 +35,7 @@ about what they do.
| <code>/spend &lt;time(1h 30m &#124; -1h 5m)&gt; &lt;date(YYYY-MM-DD)&gt;</code> | Add or subtract spent time; optionally, specify the date that time was spent on | ✓ | | | ✓ |
| `/remove_time_spent` | Remove time spent | ✓ | | ✓ | |
| `/target_branch <Branch Name>` | 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 | ✓ | | | |