2019-04-15 13:15:23 +08:00
|
|
|
# Integration with Issue Tracker
|
|
|
|
#
|
|
|
|
# (note that '\' need to be escaped).
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Issue"]
|
2019-04-19 15:47:53 +08:00
|
|
|
regex = "#((?!.*Issue|issue|Comme|comme).{5})"
|
2019-04-15 13:15:23 +08:00
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/$1?from=project-issue"
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
|
|
url = "$1"
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/commit/$1"
|
|
|
|
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
|
|
regex = "!([\\d]+)"
|
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/pulls/$1"
|