2019-04-15 13:15:23 +08:00
|
|
|
# Integration with Issue Tracker
|
|
|
|
#
|
|
|
|
# (note that '\' need to be escaped).
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Issue"]
|
2019-09-22 23:09:42 +08:00
|
|
|
regex = "#((?!.*Issue|issue|Comme|comme)[A-Za-z0-9]+)"
|
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"
|