-
Notifications
You must be signed in to change notification settings - Fork 295
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 new code owner #646
Add new code owner #646
Conversation
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, welcome to BotKube team! 🎉
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.
👋 Welcome!
Just one minor comment 😄
.github/CODEOWNERS
Outdated
@@ -1,3 +1,3 @@ | |||
# BotKube maintainers (email: [email protected]) | |||
|
|||
* @mszostok @pkosiec @PrasadG193 | |||
* @mszostok @pkosiec @PrasadG193 @ezodude |
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.
Minor: I believe the original idea was to have codeowners sorted alphabetically (correct me if I'm wrong @mszostok) - unfortunately we didn't put such comment 😞
So then it would be:
* @mszostok @pkosiec @PrasadG193 @ezodude | |
* @ezodude @mszostok @pkosiec @PrasadG193 |
We could also have a comment above that the list is sorted alphabetically 😄
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.
yes 👍
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.
Just saw this. Will fix.
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.
Approved once again 🙂 Please remove the trailing space (you can apply the suggestion from GH UI) and merge 🚀
Co-authored-by: Paweł Kosiec <[email protected]>
Description
Changes proposed in this pull request:
Related issue(s)
N/A