feat: add input to allow pushing to fork#268
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdded a new optional Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
This commit fixes DeterminateSystems#267: it defines a new input for the GH action to allow pushing the branch to a fork of the parent repository and creating the PR from that fork to the parent.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.direnv/flake-inputs/dkw3lzhrskwpi1nchpwhhz12yjq4i2f0-source:
- Line 1: Remove the committed .direnv artifacts and prevent them from being
re-committed: delete the tracked files `.direnv/bin/nix-direnv-reload` and
`.direnv/flake-profile-*.rc` from git history (or at least from the current
commit) using git rm --cached (or git rm) for those paths, add `.direnv/` to
`.gitignore`, commit the removal and .gitignore change, and push the branch;
ensure no other .direnv files remain tracked (verify with git ls-files | grep
.direnv) before creating the PR update.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 4bb142ac-438f-484d-a826-63cbe90b0cf5
📒 Files selected for processing (6)
.direnv/bin/nix-direnv-reload.direnv/flake-inputs/dkw3lzhrskwpi1nchpwhhz12yjq4i2f0-source.direnv/flake-inputs/s7bvgynzfisna3jdq2cr4jx73xnhxs27-source.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rcaction.yml
c58fe46 to
5db1c1d
Compare
grahamc
left a comment
There was a problem hiding this comment.
This is so great. Thank you so much!
Description
This commit fixes #267: it defines a new input for the GH action to
allow pushing the branch to a fork of the parent repository and creating
the PR from that fork to the parent.
Checklist
Summary by CodeRabbit
push-to-forkinput parameter that allows specifying a target fork repository for push operations during pull request creation workflows. This provides enhanced flexibility for fork-based contribution workflows and enables seamlessly pushing changes to alternative repositories while maintaining full pull request capabilities and functionality for automation needs.