Peter Evans
Peter Evans
@umanghome, (and anyone else following this issue), do you need the input `fileEncoding` to specify something other than `utf8`? I'm wondering if you just added that as a "just in...
@umanghome Got it. Thanks for confirming. I'm going to merge this to a feature branch so I can make some tweaks and add a test. Then I'll merge it into...
Released as `v2.1.0` / `v2`. Note that I decided to change the input name from `file` to `body-file` to make it a little more specific. Thank you @umanghome
For those running into this error and finding this issue, as far as I'm aware, the workaround I posted is the only way to resolve it. If you cannot get...
@oakkitten I tried to reproduce the issue. 1. Triggered a workflow that opens a PR with a change to merge to `main` 2. Modified the commit message of the HEAD...
@bgilbert Thank you for creating that demo repo. It was very useful! I've created a fix for this issue [here](https://github.com/peter-evans/create-pull-request/pull/1307). I also tested it using the demo repo @bgilbert created....
Hi @yafanasiev Thank you for reporting this and for your proactive effort to understand the problem. The original version of the `getActorPermission` function looked like this: https://github.com/peter-evans/slash-command-dispatch/blob/0495b44ccc97e447db44731bed98cb30106b739d/src/github-helper.ts#L45-L53 I modified it...
Thank you for looking into it further. It's disappointing that there doesn't seem to be a good solution for this at the moment. I would like to avoid having switchable...
It's not ideal, sure, but I think it would be acceptable in this case if it's the only realistic way nested team users can use the action. I wouldn't be...
@clxmstaab No, this seems to be a different problem. I've created a new issue to track it here: https://github.com/peter-evans/slash-command-dispatch/issues/126