2020-05-18 13:56:17 +08:00
|
|
|
# Integration with Issue Tracker
|
2020-03-02 17:00:55 +08:00
|
|
|
#
|
|
|
|
# (note that '\' need to be escaped).
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Issue"]
|
2020-07-03 23:38:35 +08:00
|
|
|
regex = "#(.+?)\\)"
|
2021-01-12 13:10:40 +08:00
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/issues/$1"
|
2020-03-02 17:00:55 +08:00
|
|
|
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
|
|
url = "$1"
|
|
|
|
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
2020-05-18 13:56:17 +08:00
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/commit/$1"
|
2020-03-02 17:00:55 +08:00
|
|
|
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
|
|
regex = "!([\\d]+)"
|
2020-05-18 13:56:17 +08:00
|
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/pulls/$1"
|