Peter Evans
                                            Peter Evans
                                        
                                    @jbergstroem Unfortunately, node-based GitHub actions can only use Node 12 and 16 at the moment. But if 18 becomes available, I will consider that option. Thank you! See https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing
I ran into this same issue, and I also came across another similar rule dependency like this which makes even less sense to me. ``` - Rule with id 'RuleId(value=standard:if-else-wrapping)'...
I appreciate it's a very difficult problem and compromises will need to be made somewhere. Thanks for the explanation.
Hi @xaviergmail I understand your issue, but I don't think allowing commands in code blocks to be executable is a good approach. Most users will intuitively understand that content inside...
Hi @EmilioHerreraSoukup I've not tested it, but I think following this documentation to use your own GPG key for signing might work for this action, too. https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#gpg-commit-signature-verification The committer used...
@EmilioHerreraSoukup Please show me your workflow so I can help you.
@EmilioHerreraSoukup Your workflow only includes the rebase action. Did you try updating your workflow to follow this example? https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#gpg-commit-signature-verification You need to follow the instructions in the example I linked...
@mariaines Sorry for the slow response. I think this is doable, I just don't have any time to try and implement it at the moment. If anyone wants to try...
I've attempted to add this feature. Would be helpful if someone could test it and let me know if it works ok. You can test it like this: ```yml -...
Hi @janpio Sounds like it could be useful in some specific cases. > Does that sound about right? Yes, pretty much. Note that each option must be separate param when...