[8.17] Restore CODEOWNERS (#201703)

Restores the most recent available CODEOWNERS from
c84d92dd39.

Adds a global assignment override to kibanamachine.

Depends on https://github.com/elastic/kibana/pull/199404
This commit is contained in:
Jon 2024-11-26 19:16:05 -06:00 committed by GitHub
parent a692b88a32
commit 0e020ac7e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1964 additions and 0 deletions

1960
.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 = {