Skip to content

Conversation

@YashSuthar983
Copy link
Contributor

@YashSuthar983 YashSuthar983 commented Nov 10, 2025

@youknowone @fanninpm i forget to remove old one , apologies for my carelessness.

issues:#6248 failed due to this.

Summary by CodeRabbit

Release Notes

  • Chores
    • Removed the automatic code formatting job from the continuous integration pipeline.

Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 10, 2025

Walkthrough

Removed the auto_format_commit GitHub Actions job from the CI workflow. This deletion eliminates automatic code formatting functionality, including Rust toolchain setup for rustfmt, cargo fmt execution, git commit/push operations, and PR commenting steps from the continuous integration pipeline.

Changes

Cohort / File(s) Change Summary
CI Workflow Formatting Job Removal
\.github/workflows/ci\.yaml
Removed the entire auto_format_commit job including checkout, Rust toolchain setup, rustfmt execution, git operations, conditional gating, concurrency configuration, and PR commenting steps

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • Review workflow file structure to confirm complete removal of the job and its dependencies
  • Verify no orphaned references or conditional logic depend on the removed job outputs

Possibly related PRs

Suggested reviewers

  • youknowone

Poem

🐰 No more auto-format running free,
The workflow's cleaned up, as it should be!
Rustfmt steps removed with care,
CI flows leaner through the air! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing an old auto-format implementation from the CI workflow file.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@YashSuthar983 YashSuthar983 changed the title removed old auto-formte implimentaion from ci.yaml removed old auto-format implimentaion from ci.yaml Nov 10, 2025
Copy link
Collaborator

@ShaharNaveh ShaharNaveh left a comment

Choose a reason for hiding this comment

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

ty:)

@youknowone youknowone merged commit 0f8c0bc into RustPython:main Nov 10, 2025
13 checks passed
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.

3 participants