diff options
author | Evan Read <eread@gitlab.com> | 2019-07-16 03:11:11 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-16 03:11:11 +0000 |
commit | 535f81d29df9c54237a8862a0a3138d3f6ec7620 (patch) | |
tree | 204de6089b5ae3ab3eeee12341fd0d999c3b9f46 | |
parent | a8e194948ee5a35e99929d3392b220f6e828a85e (diff) | |
parent | 6a00dc1261dbe50900d486e98668a4bfe47a3d3b (diff) | |
download | gitlab-ce-535f81d29df9c54237a8862a0a3138d3f6ec7620.tar.gz |
Merge branch 'docs/quick_actions' into 'master'
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39964
Closes #39964
See merge request gitlab-org/gitlab-ce!30722
-rw-r--r-- | doc/user/project/quick_actions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index 8baac775910..c6e945ef113 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -34,7 +34,7 @@ discussions, and descriptions: | `/remove_milestone` | Remove milestone | ✓ | ✓ | | `/label ~label1 ~label2` | Add label(s). Label names can also start without ~ but mixed syntax is not supported. | ✓ | ✓ | | `/unlabel ~label1 ~label2` | Remove all or specific label(s)| ✓ | ✓ | -| `/relabel ~label1 ~label2` | Replace label | ✓ | ✓ | +| `/relabel ~label1 ~label2` | Replace existing label(s) with those specified | ✓ | ✓ | | <code>/copy_metadata <#issue | !merge_request></code> | Copy labels and milestone from other issue or merge request in the project | ✓ | ✓ | | <code>/estimate <1w 3d 2h 14m></code> | Set time estimate | ✓ | ✓ | | `/remove_estimate` | Remove time estimate | ✓ | ✓ | @@ -85,7 +85,7 @@ The following quick actions are applicable for epics threads and description: | `/award :emoji:` | Toggle emoji award | | `/label ~label1 ~label2` | Add label(s) | | `/unlabel ~label1 ~label2` | Remove all or specific label(s) | -| `/relabel ~label1 ~label2` | Replace label | +| `/relabel ~label1 ~label2` | Replace existing label(s) with those specified | | <code>/child_epic <&epic | group&epic | Epic URL></code> | Adds child epic to epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) | | <code>/remove_child_epic <&epic | group&epic | Epic URL></code> | Removes child epic from epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) | | <code>/parent_epic <&epic | group&epic | Epic URL></code> | Sets parent epic to epic ([introduced in GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ee/issues/10556)) | |