Hi guys, in order to ease merging PRs I would like to import the script we are using in ZooKeeper project
It is very easy to use and it also does JIRA paperwork https://github.com/apache/curator/pull/369 add git remotes git remote add apache https://github.com/apache/curator.git git remote add apache-github https://github.com/apache/curator.git export JIRA_USERNAME=my jira username python3 merge-pr.py Just answer to the questions.... You will have to install the "jira" module in python3 if you want the script to do the JIRA paperwork for you pip3 install jira Best regards Enrico
