paths-labeller: add Team:obs-knowledge for the oblt-ai (#178662)

## Summary

This will allow us to automatically tag PRs related to the Assistant and
easily find them again, for instance to compile release notes.
This commit is contained in:
Victor Martinez 2024-03-13 21:06:41 +01:00 committed by GitHub
parent 6404deebf5
commit cc30e9e222
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,9 @@
- 'x-pack/test/fleet_api_integration/**/*.*'
- 'Team:obs-ux-management':
- 'x-pack/plugins/observability_solution/observability/**/*.*'
- 'Team:obs-knowledge':
- 'src/plugins/ai_assistant_management/observability/**/*.*'
- 'x-pack/plugins/observability_solution/observability_ai_assistant/**/*.*'
- 'x-pack/plugins/observability_solution/observability_ai_assistant_app/**/*.*'
- 'x-pack/test/observability_ai_assistant_api_integration/**/*.*'
- 'x-pack/test/observability_ai_assistant_functional/**/*.*'