Skip to content
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

Add possibility to create temporary branch for PR #43

Open
R0Wi opened this issue Apr 3, 2021 · 1 comment
Open

Add possibility to create temporary branch for PR #43

R0Wi opened this issue Apr 3, 2021 · 1 comment

Comments

@R0Wi
Copy link
Contributor

R0Wi commented Apr 3, 2021

Hey, i was wondering if it's possible to configure the action somehow to first create a new branch in my repository, merge upstream changes in there and then create a new PR from that branch into my base branch?

So basically what the action does today is:
create a new PR upstream/head -> fork/base.

If it would do:
create a new branch PR-#<NR> in fork, merge upstream/head -> PR-#<NR>, create new PR PR-#<NR> -> fork/base

it would be much easier to for example add commits manually or resolve merge conflicts directly on the temporarily created branch.

If that's a missing feature which you also like to be implemented i'd really be looking forward in creating a draft for this 👍

@R0Wi R0Wi changed the title Add possibility to create branch for PR Add possibility to create temporary branch for PR Apr 3, 2021
@devantler
Copy link

Another argument for this is that the current approach does not work with required status checks, as these expect a temporary branch when creating a PR. See the description for the setting.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants