ci: add workflow to lint and test Istio operator and Helm chart#31
Open
AndrejsPon00 wants to merge 1 commit intomainfrom
Open
ci: add workflow to lint and test Istio operator and Helm chart#31AndrejsPon00 wants to merge 1 commit intomainfrom
AndrejsPon00 wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces GitHub Actions workflows to automate testing and validation for the Istio operator and Helm charts. The workflows will run on pull requests targeting main and release branches when relevant files are modified.
Changes:
- Added a comprehensive workflow to test Helm charts on KOF (Kubernetes on Fire), including unit tests for the Istio operator and deployment verification
- Added PR title validation to enforce conventional commit standards
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/pr_test_helm_chart.yml | Implements automated testing workflow with unit tests and deployment validation for Istio operator and Helm charts |
| .github/workflows/pr_conventional_commit.yaml | Enforces conventional commit format for PR titles |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
132a7d0 to
5121663
Compare
denis-ryzhkov
requested changes
Jan 30, 2026
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: ${{ fromJSON(steps.pr.outputs.result).merge_commit_sha }} |
Contributor
There was a problem hiding this comment.
Please check if we can delete the first step and use this suggestion from actions/checkout#518 (comment)
Suggested change
| ref: ${{ fromJSON(steps.pr.outputs.result).merge_commit_sha }} | |
| ref: "${{ github.event.pull_request.merge_commit_sha }}" |
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.
No description provided.