|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
# Integration with Issue Tracker
|
|
|
|
|
# Integration with Issue Tracker
|
|
|
|
|
#
|
|
|
|
|
# (note that '\' need to be escaped).
|
|
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Issue"]
|
|
|
|
|
regex = "#((?!.*Issue|issue|Comme|comme).{5})"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/issues/$1?from=project-issue"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/issues/$1?from=project-issue"
|
|
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
|
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
|
|
@ -12,8 +12,8 @@
|
|
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
|
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/commit/$1"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/commit/$1"
|
|
|
|
|
|
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
|
|
|
regex = "!([\\d]+)"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/pulls/$1"
|
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/pulls/$1"
|
|
|
|
|