[
https://issues.apache.org/jira/browse/SUBMARINE-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhankun Tang reassigned SUBMARINE-191:
--------------------------------------
Assignee: Zhankun Tang
> 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
> Assignee: Zhankun Tang
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.3.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)