xiaokang opened a new pull request, #29764: URL: https://github.com/apache/doris/pull/29764
## Proposed changes A tool to pick pr from one branch to another. ``` usage: tools/pick_pr.sh <branch_from> <branch_to> <git_push_remote> <pr_number> branch_from/to syntax: local_git_remote_name/branch_name eg: upstream/master upstream/branch-2.0 git_push_remote syntax: local_git_remote_name eg: origin your_name use 'git remote -v' to get list of local_git_remote_name NOTICE: This script depends on github cli tool 'gh', which can be get from https://cli.github.com/ You need to login using 'gh auth login'. It will ask your github token, which can be generated at https://github.com/settings/tokens ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org