[conductor] Add instructions to update oncall logs (#115871)
* add retro instructions * make message more noticable
This commit is contained in:
parent
748212afc9
commit
4a55eefa38
@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
|
|||||||
return <String>[
|
return <String>[
|
||||||
'There are no engine cherrypicks, so issue `conductor next` to continue',
|
'There are no engine cherrypicks, so issue `conductor next` to continue',
|
||||||
'to the next step.',
|
'to the next step.',
|
||||||
|
'\n',
|
||||||
|
'******************************************************',
|
||||||
|
'* Create a new entry in http://go/release-eng-retros *',
|
||||||
|
'******************************************************',
|
||||||
].join('\n');
|
].join('\n');
|
||||||
}
|
}
|
||||||
return <String>[
|
return <String>[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user