Skip to content

Conversation

@LesnyRumcajs
Copy link
Member

@LesnyRumcajs LesnyRumcajs commented Jan 19, 2026

Summary of changes

Changes introduced in this pull request:

  • inputs, referenced later in the workflow, are missing. This fixes it.

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.

Summary by CodeRabbit

  • New Features
    • The RPC parity workflow now includes a configurable image parameter, allowing users to optionally specify a custom container image during workflow execution while maintaining backward compatibility with the existing default value.

✏️ Tip: You can customize this high-level summary in your review settings.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner January 19, 2026 16:54
@LesnyRumcajs LesnyRumcajs requested review from akaladarshi and hanabi1224 and removed request for a team January 19, 2026 16:54
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 19, 2026

Walkthrough

A workflow_dispatch input parameter named "image" is added to the RPC parity GitHub Actions workflow configuration. The input is optional with a default value of ghcr.io/chainsafe/forest:edge-fat, and the existing logic that reads this input remains compatible.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
.github/workflows/rpc-parity.yml
Added workflow_dispatch input parameter "image" with description and default value to expose configurable image parameter for workflow runs

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

🚥 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 accurately describes the main change: adding missing inputs to the workflow_dispatch trigger in the RPC parity GitHub Actions workflow.
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.


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

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.76%. Comparing base (de93062) to head (c5158a0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

see 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de93062...c5158a0. Read the comment docs.

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

@hanabi1224 hanabi1224 enabled auto-merge January 20, 2026 00:36
@hanabi1224 hanabi1224 added this pull request to the merge queue Jan 20, 2026
Merged via the queue into main with commit d435cd4 Jan 20, 2026
66 of 67 checks passed
@hanabi1224 hanabi1224 deleted the missing-inputs-workflow-dispatch branch January 20, 2026 01:23
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.

4 participants