Peter Evans
Peter Evans
Hi @lugi0 Unfortunately, this action doesn't support review comments. They are different from issue/pr comments and require a different API.
It looks correct to me. Rather than add to this action I think it would be best to have a completely separate action. e.g. "create-or-update-review-comment" fyi, comments on commits are...
Hi @rvalitov Sorry, I don't understand what you are trying to do. Please could you show me a workflow and explain what currently happens and what you want to happen.
The action doesn't do any formatting. It just takes the text you pass to `body` and calls the GitHub API. If you want text to be rendered nicely on GitHub...
> So, if I pass `**bold text**` to `body` what the resulting comment will be? I suppose it will be a string **bold text**? Can you please give an advice...
I'm not aware of any special way to do that. You'll just need to find a way to escape the code blocks somehow.
There are quite a few open issues related to tests, and I wondered if it might be a good idea to get the tests organized before attempting those other issues....
Hi @Goooler You're right, this is how GitHub works. I'll have a think if it makes sense to make this change in a future major version. I've made changes to...
Hi @jrfnl The `Resource not accessible by integration` error normally indicates a permissions issue, and it's highly likely that it occurs because a dependabot doesn't have access to all the...
Hi @jrfnl I don't know that without spending time looking at the differences between your workflows, but I can tell you that this error is an auth issue and I'm...