- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.3k
 
Description
Is your feature request related to a problem? Please describe
Few months back we added a compatibility checker workflow to this repository in order to see if a change in OpenSearch could potentially break the downstream components (plugins in this case).
Associated PR: #8486
Associated GH issue: opensearch-project/opensearch-devops#114
We observed that the comments about compatibility status are usually ignored. Example and many more
Before approaching to next steps which was creating issues with all associated incompatible components giving a heads-up that there is an incoming change that could break your build, we wanted to get the feedback from the community members.
Describe the solution you'd like
This was the approach taken to solve the issue: opensearch-project/opensearch-devops#114 (comment)
Related component
Build
Describe alternatives you've considered
If the compatibility checker is not providing any value, we would like to remove it and save resources as well as reduce noise on the PR
Additional context
No response