Skip to content

Commit 02427c3

Browse files
committed
Change BUILD_REL regex
1 parent 3f32682 commit 02427c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms_static.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GH_CMSSW_ORGANIZATION = 'LArSoft'
22
GH_CMSSW_REPO = 'larsoft'
33
GH_CMSDIST_REPO = 'cmsdist'
4-
BUILD_REL = '^[Bb]uild[ ]+(CMSSW_[^ ]+)'
4+
BUILD_REL = '^[Bb]uild[ ]+LArSoft[ ]+v(_[0-9]*)*'
55
NEW_ISSUE_PREFIX = 'A new Issue was created by '
66
NEW_PR_PREFIX = 'A new Pull Request was created by '
77
ISSUE_SEEN_MSG = '^A new (Pull Request|Issue) was created by '

0 commit comments

Comments
 (0)