| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This reverts commit 377151a.
WalkthroughThe PR removes the automatic formatting GitHub Actions workflow and instead integrates rustfmt formatting checks into the main CI lint job, shifting from automatic code formatting with commits to explicit formatting verification during continuous integration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
📜 Recent review details Configuration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 377151a and 6b39fd2. 📒 Files selected for processing (2)
Learnt from: CR Repo: RustPython/RustPython PR: 0 File: .github/copilot-instructions.md:0-0 Timestamp: 2025-09-11T05:06:59.971Z Learning: Applies to **/*.rs : Format Rust code with the default rustfmt style (run `cargo fmt`) Learnt from: ShaharNaveh Repo: RustPython/RustPython PR: 5932 File: .github/workflows/comment-commands.yml:18-24 Timestamp: 2025-07-10T10:08:43.330Z Learning: In GitHub Actions workflows for the RustPython project, the maintainer ShaharNaveh prefers to keep workflows simple and doesn't mind if steps fail when the desired state is already achieved (e.g., user already assigned to an issue). Avoid suggesting complex error handling for edge cases they don't consider problematic. Learnt from: CR Repo: RustPython/RustPython PR: 0 File: .github/copilot-instructions.md:0-0 Timestamp: 2025-09-11T05:06:59.971Z Learning: Applies to **/*.rs : Run clippy and fix any warnings or lints introduced by your changes Applied to files:
Learnt from: CR Repo: RustPython/RustPython PR: 0 File: .github/copilot-instructions.md:0-0 Timestamp: 2025-09-11T05:06:59.971Z Learning: Applies to **/*.rs : Format Rust code with the default rustfmt style (run `cargo fmt`) Applied to files:
Learnt from: CR Repo: RustPython/RustPython PR: 0 File: .github/copilot-instructions.md:0-0 Timestamp: 2025-09-11T05:06:59.971Z Learning: Applies to extra_tests/**/*.py : Use ruff to lint custom Python code Applied to files:
.github/workflows/ci.yaml (1) 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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
There was a problem hiding this comment.
no problem, let's try again
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reverts #6233
@youknowone this workflow failed deeply sorry as i am new to github actions and still in learning phase.
i created a fix which tested on my fork where i used another account to fork my fork so i can make pr to my fork then test it . This works currently.
what wrong in our previous approach is that we made a workflow which dont have any context of pr and dont have PAT so it failed .
Summary by CodeRabbit