Files
BootstrapBlazor/.issuetracker
Argo Zhang c3eba6bbc9 chore(Config): update configuration files (#6494)
* chore: 更改邮件地址

* chore: 更新配置文件
2025-07-26 21:48:08 +08:00

20 lines
532 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://github.com/dotnetcore/BootstrapBlazor/commit/$1"
[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
url = "https://github.com/dotnetcore/BootstrapBlazor/pulls/$1"