You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a special usecase, which I was wondering if you could add support for:
I have my tests in a repository (I'll call it the "test repository") separate from the repository that holds the code ("code repository").
Whenever a pull request is created in the code repository, I trigger an action that dispatches an event to the test repository, which then runs the tests. That works fine.
However, I would like to post the results back to the code repository's pr in a comment.
Is there any way to do that with this package?
Thanks in advance 😀
The text was updated successfully, but these errors were encountered:
I have a special usecase, which I was wondering if you could add support for:
I have my tests in a repository (I'll call it the "test repository") separate from the repository that holds the code ("code repository").
Whenever a pull request is created in the code repository, I trigger an action that dispatches an event to the test repository, which then runs the tests. That works fine.
However, I would like to post the results back to the code repository's pr in a comment.
Is there any way to do that with this package?
Thanks in advance 😀
The text was updated successfully, but these errors were encountered: