mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
# Integration with Issue Tracker
|
|
#
|
|
# (note that '\' need to be escaped).
|
|
|
|
[issuetracker "Gitee-Issue"]
|
|
regex = "#(.+?)\\)"
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/issues/$1"
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
url = "$1"
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/commit/$1"
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
regex = "!([\\d]+)"
|
|
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/pulls/$1"
|