-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a message to events #390
add a message to events #390
Conversation
/assign @ahg-g @danielvegamyhre Found this as I was working on the startup policy code. It may be worth considering a patch release but I'll leave that up to you two. |
/hold So I was a bit wrong about this. We are dropping the message for events but for whatever reason, the reason is added in our events printing. We see events like this actually. We don't have any detailed message for events but when I tried this change, I was seeing |
606d6c1
to
c395ede
Compare
Alright. I realized the problem. Events (with this change)
|
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, kannon92 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Events have a message.
We were neglecting the message so our events were a bit difficult to follow.
With this fix:
Without this fix: