Peter Evans
Peter Evans
There is an official action, but it only seems to cover a simple case of adding a card to a project. It will be a useful reference to write this...
Hi @HaoboGu Is the problem that CRLF will be replaced by LF? Is that what you want to prevent? If so, it looks like you can disable that in git...
@HaoboGu @kzu I've made a fix for this issue here: https://github.com/peter-evans/create-pull-request/pull/1211 I had trouble trying to reproduce this behaviour in an integration test and eventually gave up. So it would...
@HaoboGu Thank you for testing! I will get this released.
Released as `v4.1.1` / `v4`. @HaoboGu Please let me know when you have reverted the version back to `v4` so I can remove the `win-crlf-fix` testing branch.
Hi @oakkitten What state is the PR in after you force push the main branch? Can it still be merged? Or is it complaining that there is a conflict? If...
> If you want to reproduce this behavior, force-pushing main branch without changes while PR is pending should trigger the issue if the workflow is set up in a more...
Hi @eitsupi Thank you for bringing this to my attention. I've confirmed that the workaround provided in that issue works with this action. If you run into this issue, please...
Hi @caleygoff-invitae I've unsure as to exactly what the problem is that you are experiencing. Are you saying that it raises a PR, but the diff is not what you...
Hi @caleygoff-invitae > I do, I have to do this every few weeks to "reset" the long running branches to the PR. Not only does it reset the "commit" history...