Skip version increment PR for already incremented dashboards plugins#6022
Skip version increment PR for already incremented dashboards plugins#6022cwperks wants to merge 3 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 20c5dbe.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍(Review updated until commit 24f0f50)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 24f0f50
Previous suggestionsSuggestions up to commit 20c5dbe
|
Signed-off-by: Craig Perkins <cwperx@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 24f0f50.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
|
Persistent review updated to latest commit 24f0f50 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6022 +/- ##
=======================================
Coverage 96.58% 96.58%
=======================================
Files 405 405
Lines 18756 18756
=======================================
Hits 18116 18116
Misses 640 640 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gaiksaya
left a comment
There was a problem hiding this comment.
I believe the plugin author of plugin-helper had recommended to merge those PR as well as they fixes the formatting but I believe the PR title is pretty misleading. Better to skip.
Description
The aim of this PR is to avoid autocut PRs like this: opensearch-project/security-dashboards-plugin#2380
Currently, the version increment automation will sometimes open blank PRs for already incremented repos. This PR skips creating a PR if it detects that a dashboards plugin has already been incremented.
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.