Add builtin_items updater to whats_left job#6238
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.
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.
| - 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.
| 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.
@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