File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 96
96
$Title = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
97
97
$HeadBranch = "codegen/${{ parameters.ServiceName }}"
98
98
$BaseBranch = "${{ parameters.TargetBranch }}"
99
- $Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
99
+ $Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}
100
+ The last commit of src/${{ parameters.ServiceName }} in $SourceBranch is:
101
+ $(git log -1 origin/$SourceBranch -- ./src/${{ parameters.ServiceName }})
102
+ "
100
103
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
101
104
displayName: Create PR to main branch
You can’t perform that action at this time.
0 commit comments