-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
RFC: allow push-to-fork
to push to sibling repos
#2414
RFC: allow push-to-fork
to push to sibling repos
#2414
Conversation
/testv5 repository=bgilbert/create-pull-request ref=network build=true |
Hi @bgilbert Thank you for contributing! It makes sense to me that I'm going to add a test to my test suite to verify that it works before merging. |
Added a test to the suite and it works fine 🎉 peter-evans/create-pull-request-tests@283f60e Creates a PR in the sibling repo: create-pull-request/create-pull-request-tests#1 |
I'm going to be releasing a new major version of the action soon so I'm thinking I will just include this change with that. So I'll merge this to a feature branch and make it available as a release candidate for v6. |
bba68d5
into
peter-evans:push-to-fork-with-sibling-base
* feat: update author and committer input defaults * Update github-actions[bot] * Update author to new email format * feat: optional input for git ops token * feat: allow push-to-fork to push to sibling repos (#2414) Fixes #2412. * build: update dist * feat: update action runtime to node 20 (#2340) * feat: add truncate warning to pull request body * perf: unshallow only when necessary * fix: remove the remote for the fork on completion * feat: infer github server and api urls * test: integration test fixes * build: bump major version * docs: update to v6 --------- Co-authored-by: Teko <[email protected]> Co-authored-by: Benjamin Gilbert <[email protected]>
* feat: update author and committer input defaults * Update github-actions[bot] * Update author to new email format * feat: optional input for git ops token * feat: allow push-to-fork to push to sibling repos (#2414) Fixes #2412. * build: update dist * feat: update action runtime to node 20 (#2340) * feat: add truncate warning to pull request body * perf: unshallow only when necessary * fix: remove the remote for the fork on completion * feat: infer github server and api urls * test: integration test fixes * build: bump major version * docs: update to v6 --------- Co-authored-by: Teko <[email protected]> Co-authored-by: Benjamin Gilbert <[email protected]>
* feat: update author and committer input defaults * Update github-actions[bot] * Update author to new email format * feat: optional input for git ops token * feat: allow push-to-fork to push to sibling repos (peter-evans#2414) Fixes peter-evans#2412. * build: update dist * feat: update action runtime to node 20 (peter-evans#2340) * feat: add truncate warning to pull request body * perf: unshallow only when necessary * fix: remove the remote for the fork on completion * feat: infer github server and api urls * test: integration test fixes * build: bump major version * docs: update to v6 --------- Co-authored-by: Teko <[email protected]> Co-authored-by: Benjamin Gilbert <[email protected]>
Fixes #2412.