Skip to content

Commit fab7500

Browse files
committed
Merge branch 'docs-quick-action-labels' into 'master'
Document when quotes aren't needed for quick actions Closes #63735 See merge request gitlab-org/gitlab-ce!31338
2 parents c368bae + 2849715 commit fab7500

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/user/project/quick_actions.md

+13
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ Many quick actions require a parameter, for example: username, milestone, and
7070
label. [Autocomplete characters](autocomplete_characters.md) can make it easier
7171
to enter a parameter, compared to selecting items from a list.
7272

73+
## Quick actions parameters
74+
75+
The easiest way to set parameters for quick actions is to use autocomplete. If
76+
you manually enter a parameter, it must be enclosed in double quotation marks
77+
(`"`), unless it contains only:
78+
79+
1. ASCII letters.
80+
2. Numerals.
81+
3. Underscore, hyphen, question mark, dot, and ampersand.
82+
83+
Parameters are also case-sensitive. Autocomplete handles this, and the insertion
84+
of quotation marks, automatically.
85+
7386
## Quick actions for commit messages
7487

7588
The following quick actions are applicable for commit messages:

0 commit comments

Comments
 (0)