From 4a55eefa384fe0ef0448ef127075216e8130796c Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Sat, 3 Dec 2022 02:17:17 +0900 Subject: [PATCH] [conductor] Add instructions to update oncall logs (#115871) * add retro instructions * make message more noticable --- dev/conductor/core/lib/src/state.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/conductor/core/lib/src/state.dart b/dev/conductor/core/lib/src/state.dart index a2d1a77aa06e..a7e850d14efc 100644 --- a/dev/conductor/core/lib/src/state.dart +++ b/dev/conductor/core/lib/src/state.dart @@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) { return [ '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 [