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 = "#(.+?)\\)"
|
2024-04-19 13:31:28 +08:00
|
|
|
url = "https://github.com/dotnetcore/BootstrapBlazor/pull/$1?wt.mc_id=DT-MVP-5004174"
|
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]*)"
|
2022-05-31 14:57:55 +08:00
|
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
|
2020-03-02 17:00:55 +08:00
|
|
|
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
|
|
regex = "!([\\d]+)"
|
2022-05-31 14:57:55 +08:00
|
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
|