refactor: 更新issuetracker规则
This commit is contained in:
parent
ce28026c7c
commit
c94351cf31
|
@ -3,7 +3,7 @@
|
||||||
# (note that '\' need to be escaped).
|
# (note that '\' need to be escaped).
|
||||||
|
|
||||||
[issuetracker "Gitee-Issue"]
|
[issuetracker "Gitee-Issue"]
|
||||||
regex = " #([^\\s]{5})"
|
regex = "#((?!.*Issue|issue|Comme|comme).{5})"
|
||||||
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/$1?from=project-issue"
|
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/$1?from=project-issue"
|
||||||
|
|
||||||
[issuetracker "Gitee-Url"]
|
[issuetracker "Gitee-Url"]
|
||||||
|
|
Loading…
Reference in New Issue