mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-02 12:09:59 +08:00
20 lines
583 B
Plaintext
20 lines
583 B
Plaintext
|
# Integration with Issue Tracker
|
||
|
#
|
||
|
# (note that '\' need to be escaped).
|
||
|
|
||
|
[issuetracker "Gitee-Issue"]
|
||
|
regex = "#((?!.*Issue|issue|Comme|comme).{5})"
|
||
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/issues/$1?from=project-issue"
|
||
|
|
||
|
[issuetracker "Gitee-Url"]
|
||
|
regex = "([a-zA-z]+://[^\\s]*)"
|
||
|
url = "$1"
|
||
|
|
||
|
[issuetracker "Gitee-Commit"]
|
||
|
regex = "[C|c]ommit:([^\\s]*)"
|
||
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/commit/$1"
|
||
|
|
||
|
[issuetracker "Gitee-PR"]
|
||
|
regex = "!([\\d]+)"
|
||
|
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/pulls/$1"
|