BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
6526efa6
Commit
6526efa6
authored
Oct 16, 2017
by
Sean McGivern
Committed by
Winnie Hellmann
Oct 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'implements-closing-docs' into 'master'
Docs for Add "implements" to the default issue closing message regex See merge request gitlab-org/gitlab-ce!14880 (cherry picked from commit
fde837d5
)
82f9e809
Update automatic_issue_closing.md
parent
4c552a52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
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 @
6526efa6
...
...
@@ -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