mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
595db065bd
commit
55433a4678
2 changed files with 1967 additions and 0 deletions
1963
.github/CODEOWNERS
vendored
Normal file
1963
.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