Skip to content

Fix commit check workflow to only check the first PR commit#1692

Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
sridhargaddam:fix-commit-validation
Mar 16, 2026
Merged

Fix commit check workflow to only check the first PR commit#1692
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
sridhargaddam:fix-commit-validation

Conversation

@sridhargaddam
Copy link
Copy Markdown
Contributor

The commit-check github action was silently ignoring the "commit:" input. As a result, the action was checking all the commits. This PR fixes it by checking out the first commit of the PR before running the action, so that HEAD points to the correct commit when commit-check runs.

The commit-check github action was silently ignoring the
"commit:" input. As a result, the action was checking all
the commits. This PR fixes it by checking out the first
commit of the PR before running the action, so that HEAD
points to the correct commit when commit-check runs.

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
@sridhargaddam sridhargaddam requested a review from a team as a code owner March 14, 2026 06:43
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.48%. Comparing base (4564c26) to head (75373cb).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1692      +/-   ##
==========================================
- Coverage   80.87%   80.48%   -0.40%     
==========================================
  Files          50       50              
  Lines        2479     2490      +11     
==========================================
- Hits         2005     2004       -1     
- Misses        349      357       +8     
- Partials      125      129       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@istio-testing istio-testing merged commit 311ff2b into istio-ecosystem:main Mar 16, 2026
16 of 18 checks passed
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Mar 17, 2026
* upstream/main:
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1696)
  Fix commit check workflow to only check the first PR commit (istio-ecosystem#1692)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1693)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1691)
  Fix infinite reconcile loop when Istio version is EOL (istio-ecosystem#1690)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1688)
  Give agents instructions on finalizing a change. (istio-ecosystem#1653)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1685)
  fix: write correct helm value for FIPS-140-2 support (istio-ecosystem#1681)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1672)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1668)
  Fix missing MaxConcurrentReconciles in ZTunnel controller (istio-ecosystem#1661)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Mar 18, 2026
* upstream/main:
  Adding FIPS_CLUSTER variable to E2E test (istio-ecosystem#1698)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1696)
  Fix commit check workflow to only check the first PR commit (istio-ecosystem#1692)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1693)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1691)
  Fix infinite reconcile loop when Istio version is EOL (istio-ecosystem#1690)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1688)
  Give agents instructions on finalizing a change. (istio-ecosystem#1653)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1685)
  fix: write correct helm value for FIPS-140-2 support (istio-ecosystem#1681)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1672)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1668)
  Fix missing MaxConcurrentReconciles in ZTunnel controller (istio-ecosystem#1661)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants