Peter Evans

Results 359 comments of Peter Evans
trafficstars

This now [has a fix](https://github.com/peter-evans/create-pull-request/pull/3057/commits/926a20144421b0717f211bbeb56a81ba642ad460) in the upcoming [v7 release](https://github.com/peter-evans/create-pull-request/pull/3057).

Hi @Poornachand200 This is not a particularly common workflow, so I'm not 100% sure if what you want to do will work, but it looks like it should. First of...

@Poornachand200 I'm afraid I don't have a lot of time at the moment. The next thing you can do is provide a log of the complete run so I can...

@Poornachand200 I think I understand what you mean now. You need to follow the example here: https://github.com/peter-evans/create-pull-request/blob/main/docs/examples.md#keep-a-branch-up-to-date-with-another i.e. Checkout the target, e.g. `test1`, then reset the branch using main. Then...

Hi @ayussh-verma Is `release` an existing branch? If so, that's not how this action works. The `branch` input is the PR branch that the action creates and manages itself. If...

Just in case this applies to some users who are experiencing this error. This same error [has occurred before](https://github.com/peter-evans/create-pull-request/issues/2790), and that particular case was fixed in `v5` onwards. If you...

At the moment I'm unable to reproduce this. Is it happening consistently? Is anyone able to create a simple example of this so that I can execute it to reproduce...

@iamironz Is this the commit of create-pull-request that you are using? https://github.com/peter-evans/create-pull-request/commit/153407881ec5c347639a548ade7d8ad1d6740e38 If so, that is a very old commit and doesn't contain [the fix](https://github.com/peter-evans/create-pull-request/pull/2792) for [the issue when it...

This is now a known issue on forks with the same owner as the parent repo. I left a comment here about it: https://github.com/peter-evans/create-pull-request/pull/4064#issuecomment-3124203252 I'm planning to test the workaround...