Hello world!
Is there any way to associate a check/action output to a certain PR without using the on: pullrequest
or on: push
code?
For example, when someone comment on a PR, run an action and create a check associate for such PR.
Best regards.