-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Alerting] revert the revert of Enforces typing of Alert's ActionGroups
#87382
[Alerting] revert the revert of Enforces typing of Alert's ActionGroups
#87382
Conversation
Pinging @elastic/uptime (Team:uptime) |
Pinging @elastic/apm-ui (Team:apm) |
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to geo alerts lgtm! Sorry for the typing trouble, looks like maybe our PRs crossed paths 😬 Thanks for the type updates! 🙇
- code review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra commit LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for APM!
💚 Build SucceededMetrics [docs]Distributable file count
Page load bundle
To update your PR or re-run it, just comment with: |
All good! 👍 |
…ups` (elastic#87382) The elastic#86761 PR was reverted due to a small typing issue. This PR reverts that revert and adds a commit to address the issue: elastic@9e4ab20.
Summary
The #86761 PR was reverted due to a small typing issue.
This PR reverts that revert and adds a commit to address the issue: 9e4ab20.
As this is reapplying a revert of an already. reviewed PR due to typing issues I'm flexing on the normal review process in order not to waste time of the 6 teams who already reviewed the original PR.
I've pinged @mikecote & @aaronjcaldwell to review for Alerting (who own this feature) & Maps (where the typing issue happened) so they can review the revert and the Maps fix.
Checklist
Delete any items that are not applicable to this PR.
Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n supportDocumentation was added for features that require explanation or tutorialsUnit or functional tests were updated or added to match the most common scenariosAny UI touched in this PR is usable by keyboard only (learn more about keyboard accessibility)Any UI touched in this PR does not create any new axe failures (run axe in browser: FF, Chrome)This renders correctly on smaller devices using a responsive layout. (You can test this in your browser)This was checked for cross-browser compatibilityFor maintainers