build: 更新 fork 脚本

pull/88/MERGE
Argo Zhang 5 years ago
parent 0e3622b2c2
commit d43ed998bf
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F

@ -1,10 +1,10 @@
# Integration with Issue Tracker
# 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"
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/issues/$1?from=project-issue"
[issuetracker "Gitee-Url"]
regex = "([a-zA-z]+://[^\\s]*)"
@ -12,8 +12,8 @@
[issuetracker "Gitee-Commit"]
regex = "[C|c]ommit:([^\\s]*)"
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/commit/$1"
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/commit/$1"
[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
url = "https://gitee.com/LongbowEnterprise/FlexibleLogistics/pulls/$1"
url = "https://gitee.com/LongbowEnterprise/BootstrapBlazor/pulls/$1"

Loading…
Cancel
Save