Skip to content

Commit

Permalink
HPCC4J-532 Minor jirabotmerge update
Browse files Browse the repository at this point in the history
- Extends print statement

Signed-off-by: Rodrigo Pastrana <[email protected]>

Signed-off-by: Rodrigo <[email protected]>
  • Loading branch information
rpastrana authored Sep 28, 2023
1 parent 0b4f865 commit a183d60
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 @@ -182,7 +182,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 a183d60

Please sign in to comment.