Bitrise status doesn't show up in github's PR

If I create PR, I can usually see the bitrise build status at the bottom of PR page in github but it is just disappeared from couple weeks ago. No setting has been changed.

All setting looks fine and it used to work. bitrise begins build once PR is made.

It just not appears in github’s PR.

Hi @trick14,

Status sending back to GitHub / the git hosting service does not depend on the webhook, these are completely independent things.

For bitrise.io to be able to send back the build status we have to use the API. For the API we need authentication - SSH key etc. can’t be used.

Please read this discussion:

and the related troubleshooting guide: Reporting the build status to your Git hosting provider - Bitrise Docs

If you’d have any questions just let us know! :slight_smile:

1 Like

Thanks. It solved my issue.

1 Like

Glad to hear, thanks for reporting @trick14! :slight_smile: