[conductor] Add instructions to update oncall logs (#115871)

* add retro instructions

* make message more noticable
This commit is contained in:
Kevin Chisholm 2022-12-03 02:17:17 +09:00 committed by GitHub
parent 748212afc9
commit 4a55eefa38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
return <String>[
'There are no engine cherrypicks, so issue `conductor next` to continue',
'to the next step.',
'\n',
'******************************************************',
'* Create a new entry in http://go/release-eng-retros *',
'******************************************************',
].join('\n');
}
return <String>[