Skip to content

Commit

Permalink
[conductor] Add instructions to update oncall logs (#115871)
Browse files Browse the repository at this point in the history
* add retro instructions

* make message more noticable
  • Loading branch information
itsjustkevin committed Dec 2, 2022
1 parent 748212a commit 4a55eef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/conductor/core/lib/src/state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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>[
Expand Down

0 comments on commit 4a55eef

Please sign in to comment.