Skip to content

Commit 7ac7a0e

Browse files
committed
Set metas['regexp']
1 parent ce82e7c commit 7ac7a0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/repo.go

+1
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ func (repo *Repository) ComposeMetas() map[string]string {
494494
metas["style"] = markup.IssueNameStyleAlphanumeric
495495
case markup.IssueNameStyleRegexp:
496496
metas["style"] = markup.IssueNameStyleRegexp
497+
metas["regexp"] = unit.ExternalTrackerConfig().ExternalTrackerRegexpPattern
497498
default:
498499
metas["style"] = markup.IssueNameStyleNumeric
499500
}

0 commit comments

Comments
 (0)