Skip to content

Commit 11800fd

Browse files
authored
Merge pull request #14 from jpmcmu/HPCC-32688-TEST
HPCC-32688 Test
2 parents 399906f + 6ef17a7 commit 11800fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jirabot-merge.yml

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ jobs:
261261
262262
project_list_regex = '|'.join(project_prefixes)
263263
264+
print('Test')
265+
264266
result = ''
265267
issuem = re.search("(" + project_list_regex + ")-[0-9]+", title, re.IGNORECASE)
266268
if issuem:

0 commit comments

Comments
 (0)