-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC4J-608 Merge fix version failure #715
Conversation
Jira Issue: https://hpccsystems.atlassian.net/browse/HPCC4J-608 Jirabot Action Result: |
.github/workflows/JirabotMerge.yml
Outdated
|
||
print("Attempting to close out Jira issue: %s %s %s" % (title, user, comments_url)) | ||
result = '' | ||
issuem = re.search("(HPCC4J|JAPI)-[0-9]+", title) | ||
issuem = re.search("(" + project_name + ")-[0-9]+", title) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this search case sensitive?
I can't tell if project_name has been upper/lower cased
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpmcmu seems fine. Left a minor comment.
But also, what is the expected behavior if the transition flow fails?
@rpastrana Implemented code review changes, and added code to add comments to the PR on results of the Jirabot action as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpmcmu looks good
- Fixed jirabot merge add fix version code - Updated transition logic to be less brittle Signed-off-by: James McMullan [email protected]
Signed-off-by: James McMullan [email protected]
Type of change:
Checklist:
Testing: