[8.x] Restore CODEOWNERS (#199686)

Restores the most recent available CODEOWNERS from
c84d92dd39.

Adds a global assignment override to kibanamachine.

Depends on https://github.com/elastic/kibana/pull/199404

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jon 2024-11-26 12:18:56 -06:00 committed by GitHub
parent 595db065bd
commit 55433a4678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1967 additions and 0 deletions

1963
.github/CODEOWNERS vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,10 @@ const ULTIMATE_PRIORITY_RULES = `
####
## These rules are always last so they take ultimate priority over everything else
####
# See https://github.com/elastic/kibana/pull/199404
# Prevent backport assignments
* @kibanamachine
`;
export const CodeownersCommand: GenerateCommand = {