Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
82f9e809
Commit
82f9e809
authored
Oct 13, 2017
by
Victor Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update automatic_issue_closing.md
parent
a854431c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/user/project/issues/automatic_issue_closing.md
doc/user/project/issues/automatic_issue_closing.md
+2
-1
No files found.
doc/user/project/issues/automatic_issue_closing.md
View file @
82f9e809
...
...
@@ -19,7 +19,7 @@ When not specified, the default issue closing pattern as shown below will be
used:
```
bash
((
?:[Cc]los
(
?:e[sd]?|ing
)
|[Ff]ix
(
?:e[sd]|ing
)
?|[Rr]esolv
(
?:e[sd]?|ing
))(
:?
)
+
(
?:
(
?:issues? +
)
?%
{
issue_ref
}(
?:
(
?:,
*
| +and +
)
?
)
|
([
A-Z][A-Z0-9_]+-
\d
+
))
+
)
((
?:[Cc]los
(
?:e[sd]?|ing
)
|[Ff]ix
(
?:e[sd]|ing
)
?|[Rr]esolv
(
?:e[sd]?|ing
)
|[Ii]mplement
(
?:s|ed|ing
)
?
)(
:?
)
+
(
?:
(
?:issues? +
)
?%
{
issue_ref
}(
?:
(
?:,
*
| +and +
)
?
)
|
([
A-Z][A-Z0-9_]+-
\d
+
))
+
)
```
Note that
`%{issue_ref}`
is a complex regular expression defined inside GitLab's
...
...
@@ -34,6 +34,7 @@ This translates to the following keywords:
-
Close, Closes, Closed, Closing, close, closes, closed, closing
-
Fix, Fixes, Fixed, Fixing, fix, fixes, fixed, fixing
-
Resolve, Resolves, Resolved, Resolving, resolve, resolves, resolved, resolving
-
Implement, Implements, Implemented, Implementing, implement, implements, implemented, implementing
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment