git: Suggest merge commit message in remote (#36430)
Closes #ISSUE Adds `merge_message` field to the `UpdateRepository` proto message so that suggested merge messages are displayed in remote projects. Release Notes: - git: Fixed an issue where suggested merge commit messages would not appear for remote projects
This commit is contained in:
parent
6ee06bf2a0
commit
4abfcbaff9
7 changed files with 14 additions and 2 deletions
|
@ -121,6 +121,7 @@ message UpdateRepository {
|
|||
uint64 scan_id = 9;
|
||||
bool is_last_update = 10;
|
||||
optional GitCommitDetails head_commit_details = 11;
|
||||
optional string merge_message = 12;
|
||||
}
|
||||
|
||||
message RemoveRepository {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue