mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
a692b88a32
commit
0e020ac7e1
2 changed files with 1964 additions and 0 deletions
1960
.github/CODEOWNERS
vendored
Normal file
1960
.github/CODEOWNERS
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue