mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
d5e31be342
* chore: 更新 tracker 配置 * doc: 重构代码 * feat: 增加 HasHeaders 配置 * chore: bump version 8.0.4 * doc: 更新依赖包
20 lines
524 B
Plaintext
20 lines
524 B
Plaintext
# Integration with Issue Tracker
|
|
#
|
|
# (note that '\' need to be escaped).
|
|
|
|
[issuetracker "Gitee-Issue"]
|
|
regex = "#(.+?)\\)"
|
|
url = "https://github.com/dotnetcore/BootstrapBlazor/pull/$1?wt.mc_id=DT-MVP-5004174"
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
url = "$1"
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
regex = "!([\\d]+)"
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
|