Skip to content

Commit

Permalink
Merge pull request #647 from hpcc-systems/rpastrana-patch-5
Browse files Browse the repository at this point in the history
HPCC4J-532 Extends print statement
  • Loading branch information
jpmcmu authored Sep 28, 2023
2 parents c7e303e + 06aaa7b commit 53ba6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/JirabotMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
branch_name = os.environ['BRANCH_NAME']
comments_url = os.environ['COMMENTS_URL']
print("%s %s %s" % (title, user, comments_url))
print("Attempting to close out Jira issue: %s %s %s" % (title, user, comments_url))
result = ''
issuem = re.search("(HPCC4J|JAPI)-[0-9]+", title)
if issuem:
Expand Down

0 comments on commit 53ba6a1

Please sign in to comment.