Peter Evans
Peter Evans
Hi @AjayJagan Firstly, you should check that `generate-token` is actually generating tokens. > The fork exists in the same org, where the workflow runs and has the GH app installed...
This issue might be related: https://github.com/orgs/community/discussions/69154#discussioncomment-7191057 Could be worth trying that action with the `owner` input set. There might be similar settings on `tibdex/github-app-token` to give wider permissions. See the...
Hi @AjayJagan For the upcoming [v7 release](https://github.com/peter-evans/create-pull-request/pull/3057) I've been doing lots of testing and I think I understand why this wasn't working for you. I've managed to get GitHub App...
Hi @dsyme Please take a look at this example. I think this is what you are trying to do. https://github.com/peter-evans/create-pull-request/blob/main/docs/examples.md#keep-a-branch-up-to-date-with-another I don't think using `merge` is going to work.
Maybe to avoid the merge commits you could try this in your workflow: 1. checkout production 2. fetch main (origin) 3. create a new local branch on the HEAD of...
Hi @Marcono1234 Interesting workaround for triggering further workflows. I don't think `ready_for_review` not being a default event on `pull_request` makes it pointless. It just means if you want to use...
Hi @Marcono1234 I'm adding this feature to the upcoming [v7 release](https://github.com/peter-evans/create-pull-request/pull/3057). You can set `always-true` to convert back to draft on updates. Feel free to try the release candidate like...
Hi @MayaTaylorAccuity The `branch` input should not be your existing branch that you want to merge into, it should be the name of the pull request branch that the action...
Hi @grndvl1 > Previous steps I created a new branch I think this is a misunderstanding about how this action works. This action expects to be creating and managing the...
Hi @antoineqian, You are trying to create a PR where the changes already exist in a branch. There's a section in the docs about this, with possible solutions: https://github.com/peter-evans/create-pull-request/blob/main/docs/common-issues.md#create-using-an-existing-branch-as-the-pr-branch