ByConity/utils/create_pr
Dao c0499e3882 chore: fix utils script 2024-04-04 18:22:24 +08:00
..
README.md ci: add README and fix ci 2024-02-06 12:02:49 +08:00
collect_megoo.sh chore: fix utils script 2024-04-04 14:55:27 +08:00
collect_megoo_byconity.sh chore: fix utils script 2024-04-04 14:55:27 +08:00
create_pr.sh chore: fix utils script 2024-04-04 14:55:27 +08:00
proc_title.sh chore: fix utils script 2024-04-04 18:22:24 +08:00
proc_title_test.sh chore: fix utils script 2024-04-04 14:55:27 +08:00
split_pr.sh chore: fix utils script 2024-04-04 18:22:24 +08:00

README.md

The create_pr.sh when executed create a PR will title base on the last commit message for the current branch. After the create_pr.sh is executed, if the PR contains multiple commits (corresponding to multiple internal MRs) then the split_pr.sh script can create a PR for each coressponding MR. The split_pr.sh script create a branch for each commit and create a PR for each of them. Those branch have the same prefix. In normal case the branch will be drop automatically after PR is created succesfully.