We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401224c commit bf6d64bCopy full SHA for bf6d64b
dev/merge_spark_pr.py
@@ -278,6 +278,8 @@ def get_version_json(version_str):
278
def resolve_jira_issues(title, merge_branches, comment):
279
jira_ids = re.findall("SPARK-[0-9]{4,5}", title)
280
281
+ if len(jira_ids) == 0:
282
+ resolve_jira_issue(merge_branches, comment)
283
for jira_id in jira_ids:
284
resolve_jira_issue(merge_branches, comment, jira_id)
285
0 commit comments