Feature #366 main_v2.1 sonarqube gha #368
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same set of changes from PR #367, but these are for the main_v2.1 branch. I'm updating the main_v2.1 branch to make the SonarQube workflow dispatch option available and also to update the PR template to include the reminder about checking the SonarQube status during PR reviews.
FYI, I was easily able to apply the exact same changes for the main_v2.1 using the
git cherry-pick
command.In my
feature_366_develop_sonarqube_gha
I rangit log -v
to see my history of commits... with the commit message and commit hash. On my newfeature_366_main_v2.1_sonarqube_gha
branch, I ran the following command:That applied all the changes across those 5 commit hashes to my new branch and was much faster and less error-prone that making the same commits manually.
Although, since I'm paranoid, I ran the following commands to make sure there were no unexpected changes:
And the set of diffs were identical.