From 0eb8f9db9bb943481977b94368682bdee7789941 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Wed, 8 Dec 2021 13:41:32 +0100 Subject: [PATCH] chore: fix codeowners file to enable people to decide too :smile: (#672) --- CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5c212844..70f6a602 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,8 +4,5 @@ # The last matching pattern has the most precedence. # For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/. -# The default owners -* @github-actions[bot] - # The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file. -/spec/asyncapi.md @fmvilas @derberg \ No newline at end of file +* @fmvilas @derberg @github-actions[bot] \ No newline at end of file