ml-commons icon indicating copy to clipboard operation
ml-commons copied to clipboard

[FEATURE] Add CI to check blueprint addition and documentation update

Open nathaliellenaa opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Currently when a connector blueprint is added to the ml-commons repo, the list of supported connectors in the documentation website is not automatically updated. This results in outdated list of supported connectors for users. (Ref https://github.com/opensearch-project/documentation-website/pull/9143#issuecomment-2627478103)

What solution would you like? Create a CI check in the ml-commons repository that:

  1. Detects if a PR is adding a new connector blueprint
  2. Prevents the PR from being merged until a corresponding PR in the documentation-website repository is created to update the connector table

nathaliellenaa avatar Feb 03 '25 21:02 nathaliellenaa