Closed
Description
After a lot of fight, I believe I got to the point that this is almost solved. The thing is, it is needed to be created a token with write access to PRs for this to be possible. The action that I am using to do the comments currently doesn't have the needed permissions.
I already splitted the action into two, the one that does the checking and the one that comments on the PR, so the only action with actual write access
would be the one that does the comment, as it is suggested for security reasons by GitHub itself. But only you @alshedivat have the right access.
You can check how the comment will appear in my repo.