-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add builtin_items updater to whats_left job #6238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughA GitHub Actions workflow configuration file is updated to add proper quoting around a cron expression, remove trailing whitespace from a command, and introduce AWK-based CSV generation steps to transform builtin items data in two workflow paths. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (3)
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. Comment |
fanninpm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines were changed due to Zed's auto-formatting. @youknowone should we keep the changes or put them back to the way they were?
| on: | ||
| schedule: | ||
| - cron: '0 0 * * 6' | ||
| - cron: "0 0 * * 6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - cron: "0 0 * * 6" | |
| - cron: '0 0 * * 6' |
| continue-on-error: true | ||
| - name: Run cargo-llvm-cov with Python test suite. | ||
| run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed | ||
| run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed | |
| run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed |
youknowone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fanninpm following the auto-formatting will reduce future inconvenience. Nothing bad, especially about CI configs. because bisect to CI configs usually doesn't make sense
Corresponds to RustPython/rustpython.github.io#81.
Summary by CodeRabbit