Skip to content

Conversation

@AndrejsPon00
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 27, 2026 14:30
@AndrejsPon00 AndrejsPon00 marked this pull request as draft January 27, 2026 14:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@AndrejsPon00 AndrejsPon00 force-pushed the add-ci branch 4 times, most recently from 132a7d0 to 5121663 Compare January 28, 2026 06:12
@AndrejsPon00 AndrejsPon00 marked this pull request as ready for review January 28, 2026 07:16
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ fromJSON(steps.pr.outputs.result).merge_commit_sha }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants