dianaclarke commented on a change in pull request #9598: URL: https://github.com/apache/arrow/pull/9598#discussion_r590469670
########## File path: dev/merge_arrow_pr.py ########## @@ -259,6 +268,21 @@ def get_pr_data(self, number): return get_json("%s/pulls/%s" % (self.github_api, number), headers=self.headers) + def update_pr_title(self, number, title): + if not self.headers: + msg = ("Can not update PR {} title to '{}'. " + Review comment: `s/Can not/Cannot/` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org