[ https://issues.apache.org/jira/browse/SUBMARINE-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated SUBMARINE-191: ------------------------------------- Labels: pull-request-available (was: ) > Add a script to ease merge PR without access Github WebUI > --------------------------------------------------------- > > Key: SUBMARINE-191 > URL: https://issues.apache.org/jira/browse/SUBMARINE-191 > Project: Hadoop Submarine > Issue Type: Improvement > Reporter: Zhankun Tang > Priority: Major > Labels: pull-request-available > > Usage: > # git clone https://gitbox.apache.org/repos/asf/hadoop-submarine.git > # cd hadoop-submarine > # git remote rename origin apache > # git remote add apache-github https://github.com/apache/hadoop-submarine.git > # git config --local --add user.name \{name} > # git config --local --add user.email \{username}@apache.org > # echo -e "JIRA_USERNAME=\{jira_username}\nJIRA_PASSWORD=\{jira_password}" > >> ~/.bashrc > # source ~/.bashrc > # dev-support/cicd/merge_submarine_pr.py -- This message was sent by Atlassian Jira (v8.3.4#803005)