-
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
Fix codeowners for alerting services team #53889
Conversation
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
@elasticmachine merge upstream |
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.
LGTM; there were a few more that were missing trailing /
s as well, should probably ask relevant folk if they want those fixed as well. Examples I noticed:
/src/dev/i18n @elastic/kibana-localization
/x-pack/legacy/plugins/telemetry @elastic/pulse
@elastic/kibana-localization & @elastic/pulse did you want me to fix these issues for you as well? In regards to comment #53889 (review). |
@elasticmachine merge upstream |
@mikecote yes please. |
Hi @TinaHeiligers, let me know if the telemetry and localization changes I made look good to you 🙏 thanks! |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.
thanks! lgtm
* Fix codeowners * Fix localization and telemetry folders as well * Fix task manager path Co-authored-by: Elastic Machine <[email protected]>
I realized CODEOWNERS isn't working for the alerting services team. After comparing with other definitions, it seems each path needs to end with a
/
which I'm adding in this PR.