dongjoon-hyun commented on code in PR #14:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/14#discussion_r1626325003


##########
dev/merge_spark_pr.py:
##########
@@ -305,7 +305,9 @@ def resolve_jira_issue(merge_branches, comment, 
default_jira_id=""):
     versions = [
         x
         for x in versions
-        if not x.raw["released"] and not x.raw["archived"] and 
re.match(r"\d+\.\d+\.\d+", x.name)
+        if not x.raw["released"]
+        and not x.raw["archived"]
+        and re.match(r"kubernetes-operator-\d+\.\d+\.\d+", x.name)

Review Comment:
   Due to the maximum line length limit, I applied Apache Spark's 
`reformat-python` script. I'll copy it into this repo seperately.
   - https://github.com/apache/spark/blob/master/dev/reformat-python



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to