You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"
|