BootstrapBlazor3/.issuetracker

20 lines
524 B
Plaintext
Raw Normal View History

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 = "#(.+?)\\)"
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]*)"
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
2020-03-02 17:00:55 +08:00
[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"