ByConity/utils/create_pr
Dao 1b0f18dee8 chore: fix utils script 2024-04-04 14:43:21 +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-01 13:40:28 +08:00
collect_megoo_byconity.sh chore: fix utils script 2024-04-01 13:40:28 +08:00
create_pr.sh chore: fix utils script 2024-04-04 14:43:21 +08:00
proc_title.sh chore: fix utils script 2024-03-22 11:41:19 +08:00
proc_title_test.sh update filter rules on mr titles to migrate internal mrs to external 2024-03-15 18:07:24 +08:00
split_pr.sh chore: fix utils script 2024-04-04 14:43:21 +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.