From 262e33c93cd5403354d1e17b567062c81ff0e287 Mon Sep 17 00:00:00 2001 From: derberg Date: Wed, 8 Dec 2021 13:05:17 +0100 Subject: [PATCH] chore: fix codeowners file to enable people to decide too :smile: --- CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5c2128447..70f6a602a 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