We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32682 commit 02427c3Copy full SHA for 02427c3
cms_static.py
@@ -1,7 +1,7 @@
1
GH_CMSSW_ORGANIZATION = 'LArSoft'
2
GH_CMSSW_REPO = 'larsoft'
3
GH_CMSDIST_REPO = 'cmsdist'
4
-BUILD_REL = '^[Bb]uild[ ]+(CMSSW_[^ ]+)'
+BUILD_REL = '^[Bb]uild[ ]+LArSoft[ ]+v(_[0-9]*)*'
5
NEW_ISSUE_PREFIX = 'A new Issue was created by '
6
NEW_PR_PREFIX = 'A new Pull Request was created by '
7
ISSUE_SEEN_MSG = '^A new (Pull Request|Issue) was created by '
0 commit comments