Peter Evans
Peter Evans
Hi @giordano I have considered this in the past and I don't think I came up with a good solution. I would be open to adding this feature, but I...
Thank you for reporting @VDVsx Is there anyone experiencing this that isn't on self-hosted? That particular git command was added due to [an issue](https://github.com/peter-evans/create-pull-request/issues/633) on self-hosted runners: https://github.com/peter-evans/create-pull-request/blob/bc8a47f5657f110049f4afd030c95529a9c62b76/src/create-pull-request.ts#L124-L129
I've released an update in `v7.0.11` / `v7`, that restricts the `git remote prune` step to self-hosted runners only. When I originally introduced that step I didn't know how to...
Hi @paymog In my experience that GitHub message just means that some other commit landed in `prod` after the `prod-promotion` branch was created. Presumably, you have a rule set on...
Hi @winstonrc I think what we need is an action like [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) for setting up the SSH key locally. Then the workflow would be very similar to [GPG](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#gpg-commit-signature-verification). Perhaps this...
> If I'm using a PAT of my account, why do I have to have write access to the repo if I can generally add comments on any public repos...