mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary I noticed `elastic/appex-qa` is pinged for quite many PRs. with #188606 some test folders became packages with `"owner": "@elastic/appex-qa",`, that autmatically updated CODEOWNERS file with appex-qa listed for basically every test path. https://github.com/elastic/kibana/pull/188606/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7R878-R881 This PR removes `owner` for the following test "packages" - x-pack/test_serverless - test - x-pack/test and CODEOWNERS file keeps these paths without specific owner. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
6 lines
96 B
JSON
6 lines
96 B
JSON
{
|
|
"type": "test-helper",
|
|
"id": "@kbn/test-suites-xpack",
|
|
"owner": [],
|
|
"devOnly": true
|
|
}
|