Skip to content

fix(ci): restore checkout step before dorny/paths-filter#6862

Merged
hanabi1224 merged 1 commit intomainfrom
hm/ci-restore-checkout
Apr 7, 2026
Merged

fix(ci): restore checkout step before dorny/paths-filter#6862
hanabi1224 merged 1 commit intomainfrom
hm/ci-restore-checkout

Conversation

@hanabi1224
Copy link
Copy Markdown
Contributor

@hanabi1224 hanabi1224 commented Apr 7, 2026

Summary of changes

The workflows succeeded in PR without checkout step but failed on main. Restore the checkout step to fix build break on main

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Enhanced GitHub Actions workflows to improve CI/CD pipeline reliability. Added explicit repository checkout steps to path-filtering jobs in multiple workflows, ensuring repository contents are available before filtering operations execute. This improves overall workflow consistency and reduces potential execution issues.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: b0201871-f4a0-4d6e-9de5-e156891810a0

📥 Commits

Reviewing files that changed from the base of the PR and between 0e5709f and 53240a7.

📒 Files selected for processing (2)
  • .github/workflows/coverage.yml
  • .github/workflows/docs-required-override.yml

Walkthrough

Added explicit actions/checkout@v6 steps to GitHub workflow jobs before running dorny/paths-filter@v4 in two workflow files. This ensures repository contents are available when executing path-filtering logic without modifying job conditions or control flow.

Changes

Cohort / File(s) Summary
Workflow path-filtering setup
.github/workflows/coverage.yml
Added actions/checkout@v6 step before dorny/paths-filter@v4 to ensure repository contents are available for path predicates.
Workflow path-filtering setup
.github/workflows/docs-required-override.yml
Added actions/checkout@v6 steps to both changes-docs and changes-not-docs jobs before dorny/paths-filter@v4 steps.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested labels

github_actions

Suggested reviewers

  • akaladarshi
  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: restoring a checkout step before the dorny/paths-filter action in CI workflows, which directly aligns with the file modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hm/ci-restore-checkout
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch hm/ci-restore-checkout

Comment @coderabbitai help to get the list of available commands and usage tips.

@hanabi1224 hanabi1224 marked this pull request as ready for review April 7, 2026 06:38
@hanabi1224 hanabi1224 requested a review from a team as a code owner April 7, 2026 06:38
@hanabi1224 hanabi1224 requested review from akaladarshi and sudo-shashank and removed request for a team April 7, 2026 06:38
@hanabi1224 hanabi1224 enabled auto-merge April 7, 2026 06:45
@hanabi1224 hanabi1224 added this pull request to the merge queue Apr 7, 2026
Merged via the queue into main with commit 1892606 Apr 7, 2026
50 of 53 checks passed
@hanabi1224 hanabi1224 deleted the hm/ci-restore-checkout branch April 7, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants