refactor: 更新issuetracker规则

This commit is contained in:
Argo Zhang 2019-04-19 15:47:53 +08:00
parent ce28026c7c
commit c94351cf31
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# (note that '\' need to be escaped).
[issuetracker "Gitee-Issue"]
regex = " #([^\\s]{5})"
regex = "#((?!.*Issue|issue|Comme|comme).{5})"
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/$1?from=project-issue"
[issuetracker "Gitee-Url"]