Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSearch Dashboards restrict version increment files #4315

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

prudhvigodithi
Copy link
Collaborator

Description

OpenSearch Dashboards restrict version increment files to opensearch_dashboards.json and package.json.
This should resolve the issue (#3856 (comment)) bought up by @noCharger

Tests:

(Ref Sample Run: https://github.com/prudhvigodithi/opensearch-build/actions/runs/7351322887/)
Here is sample dashboards-search-relevance 2.9.0.0 version increment PR that also adds yarn.lock file, but with the change of using add-paths notice the sample github action run that does not raise the PR when there is no change in opensearch_dashboards.json and package.json (ignores all other files).

Issues Resolved

#3856

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6eecb4a) 91.18% compared to head (6a3acd4) 91.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4315   +/-   ##
=======================================
  Coverage   91.18%   91.18%           
=======================================
  Files         189      189           
  Lines        6146     6146           
=======================================
  Hits         5604     5604           
  Misses        542      542           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@prudhvigodithi prudhvigodithi merged commit b94b62e into opensearch-project:main Dec 29, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants