Skip to content

Commit 4a55eef

Browse files
authored
[conductor] Add instructions to update oncall logs (#115871)
* add retro instructions * make message more noticable
1 parent 748212a commit 4a55eef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/conductor/core/lib/src/state.dart

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
149149
return <String>[
150150
'There are no engine cherrypicks, so issue `conductor next` to continue',
151151
'to the next step.',
152+
'\n',
153+
'******************************************************',
154+
'* Create a new entry in http://go/release-eng-retros *',
155+
'******************************************************',
152156
].join('\n');
153157
}
154158
return <String>[

0 commit comments

Comments
 (0)