-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…204926) # Backport This will backport the following commits from `main` to `8.x`: - [[Ownership] Print owner match also, not just owner (#202704)](#202704) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tre","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-10T17:15:13Z","message":"[Ownership] Print owner match also, not just owner (#202704)\n\n## Summary\r\n\r\nResolves: https://github.com/elastic/kibana/issues/202666\r\n\r\n## For reviewers\r\nTo see the change, run this:\r\n`node scripts/get_owners_for_file.js --file\r\ntest/functional/apps/console/_autocomplete.ts`\r\n### Results:\r\n#### Before\r\n```\r\n succ elastic/kibana-management\r\n```\r\n#### After\r\n```\r\n succ Found matching entry in .github/CODEOWNERS:\r\n test/functional/apps/console/*.ts elastic/kibana-management\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Robert Oskamp <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: David Olaru <[email protected]>","sha":"e706b6689d0700d883791eb7cac3252d21335291","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"number":202704,"url":"https://github.com/elastic/kibana/pull/202704","mergeCommit":{"message":"[Ownership] Print owner match also, not just owner (#202704)\n\n## Summary\r\n\r\nResolves: https://github.com/elastic/kibana/issues/202666\r\n\r\n## For reviewers\r\nTo see the change, run this:\r\n`node scripts/get_owners_for_file.js --file\r\ntest/functional/apps/console/_autocomplete.ts`\r\n### Results:\r\n#### Before\r\n```\r\n succ elastic/kibana-management\r\n```\r\n#### After\r\n```\r\n succ Found matching entry in .github/CODEOWNERS:\r\n test/functional/apps/console/*.ts elastic/kibana-management\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Robert Oskamp <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: David Olaru <[email protected]>","sha":"e706b6689d0700d883791eb7cac3252d21335291"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202704","number":202704,"mergeCommit":{"message":"[Ownership] Print owner match also, not just owner (#202704)\n\n## Summary\r\n\r\nResolves: https://github.com/elastic/kibana/issues/202666\r\n\r\n## For reviewers\r\nTo see the change, run this:\r\n`node scripts/get_owners_for_file.js --file\r\ntest/functional/apps/console/_autocomplete.ts`\r\n### Results:\r\n#### Before\r\n```\r\n succ elastic/kibana-management\r\n```\r\n#### After\r\n```\r\n succ Found matching entry in .github/CODEOWNERS:\r\n test/functional/apps/console/*.ts elastic/kibana-management\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Robert Oskamp <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: David Olaru <[email protected]>","sha":"e706b6689d0700d883791eb7cac3252d21335291"}}]}] BACKPORT-->
- Loading branch information
1 parent
ce84122
commit 4393cb2
Showing
7 changed files
with
71 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
], | ||
"kbn_references": [ | ||
"@kbn/repo-info", | ||
"@kbn/dev-cli-errors" | ||
"@kbn/dev-cli-errors", | ||
"@kbn/dev-cli-runner" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters