Project

General

Profile

action #59115

Updated by riafarov over 4 years ago

After deeper research, it was found out that GitHub Check API at the moment does not allow to show notifications for PR if push was made in forked repo. 

 So, the only solution left is to place a comment on the PR. This could be done with [Issue Comments](https://developer.github.com/v3/issues/comments/). 

 The goal of this ticket is to investigate on how much efforts need to implement the solution and what are the limitations of the solution. 

 Note: we have a user for CI on github, please, contact szarate for the details. 

 There are unknowns due to permissions, like github app vs github user. 

Back