Add comment parameter validation passed to GHA and improve docs#11855
Merged
Frawless merged 8 commits intostrimzi:mainfrom Sep 30, 2025
Merged
Add comment parameter validation passed to GHA and improve docs#11855Frawless merged 8 commits intostrimzi:mainfrom
Frawless merged 8 commits intostrimzi:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11855 +/- ##
============================================
- Coverage 67.58% 67.55% -0.04%
+ Complexity 7105 7100 -5
============================================
Files 574 574
Lines 28181 28177 -4
Branches 3201 3199 -2
============================================
- Hits 19046 19034 -12
- Misses 7812 7818 +6
- Partials 1323 1325 +2 🚀 New features to boost your workflow:
|
6873abd to
4b664dd
Compare
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> # Conflicts: # .github/docs/README.md # .github/workflows/run-system-tests.yml # .github/workflows/system-tests.yml
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
4b664dd to
198d95a
Compare
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
5ac23f4 to
7f392c3
Compare
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
a95c551 to
b1c3a83
Compare
This reverts commit 113f300. Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
b1c3a83 to
1e52f48
Compare
scholzj
approved these changes
Sep 26, 2025
im-konge
approved these changes
Sep 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Type of change
Description
This PR adds validation for passed comment data into our STs workflows. It also contains docs improvements.
Checklist