Show More
@@ -175,7 +175,7 b' default_encoding = utf8' | |||
|
175 | 175 | ## default one used here is #<numbers> with a regex passive group for `#` |
|
176 | 176 | ## {id} will be all groups matched from this pattern |
|
177 | 177 | |
|
178 |
issue_pat = |
|
|
178 | issue_pat = #(\d+) | |
|
179 | 179 | |
|
180 | 180 | ## server url to the issue, each {id} will be replaced with match |
|
181 | 181 | ## fetched from the regex and {repo} is replaced with full repository name |
@@ -268,7 +268,7 b' default_encoding = utf8' | |||
|
268 | 268 | <%text>## default one used here is #<numbers> with a regex passive group for `#`</%text> |
|
269 | 269 | <%text>## {id} will be all groups matched from this pattern</%text> |
|
270 | 270 | |
|
271 |
issue_pat = |
|
|
271 | issue_pat = #(\d+) | |
|
272 | 272 | |
|
273 | 273 | <%text>## server url to the issue, each {id} will be replaced with match</%text> |
|
274 | 274 | <%text>## fetched from the regex and {repo} is replaced with full repository name</%text> |
General Comments 0
You need to be logged in to leave comments.
Login now