Peter Evans
                                            Peter Evans
                                        
                                    Hi @FabrizioCafolla I know that fine-grained access tokens are not supported in all GitHub APIs yet, so that might be the problem. Fine-grained access tokens are still in beta. Please...
@alextreppass This action is not doing anything to explicitly prevent the fine-grained access tokens from working, they just might not work as expected because they are still in beta and...
Hi @sireeshavnv I can't change the behaviour to allow empty strings because it makes it impossible to set input defaults then. There is no way for the action to know...
@sireeshavnv Sorry, I don't want to add more options than is really necessary here. Is there some reason you can't rename the file? You can choose whatever suffix you like,...
I've run into this issue. Is there a solution or any workaround?
Well I guess the workaround is to use template literals. ```typescript const query = ` query($owner: String!, $repo: String!) { repository(owner: $owner, name: $repo) { pullRequest(number: ${pullNumber}) { id }...
I think most people would agree that it's best practice to separate unit tests and integration tests. I would guess that the examples have been written this way so as...
Closing this for now because it appears to not be possible.
@essaidim I wrote a custom binding for my use case, which might help you. https://github.com/peter-evans/jOOQ-pg-int8multirange
Took a look at this to see what might be involved to fix it. This is what I found. In franz-go v1.4.0 it shows that the version of the Kafka...