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 options to update existing PR #20

Open
imaustink opened this issue Aug 15, 2017 · 2 comments
Open

Add options to update existing PR #20

imaustink opened this issue Aug 15, 2017 · 2 comments

Comments

@imaustink
Copy link

It would be nice if you could run a code mod on branched that were created via landscaper. And maybe even amend the original commit.

@phillipskevin
Copy link

Would it handle what you're looking for if you could run Landscaper without submitting a PR.

This way, the process would be:

  1. run a code mod, creating a branch from master, which submits a PR
  2. run a second code mod, using the branch made in step 1, which would update the PR from step 1 and not submit a new PR

@imaustink
Copy link
Author

I think that would be fine. Right now Landscaper throws an error when if the branch already exists. So it would need to add another commit or amending the original if the branch exists.

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