Github user aarondav commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3428#discussion_r21044606
  
    --- Diff: dev/merge_spark_pr.py ---
    @@ -280,6 +275,13 @@ def get_version_json(version_str):
         print "Succesfully resolved %s with fixVersions=%s!" % (jira_id, 
fix_versions)
     
     
    +def resolve_jira_issues(title, merge_branches, comment):
    +    jira_ids = re.findall("SPARK-[0-9]{4,5}", title)
    +
    +    for jira_id in jira_ids:
    --- End diff --
    
    does this change the behavior when there are no JIRAs of the correct form 
in the title, such that we now won't prompt the user?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to