GoogleChromeLabs / lighthousebot

Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Apache License 2.0
2.24k stars 127 forks source link

Status Checks Never Sent #43

Closed ggennrich closed 5 years ago

ggennrich commented 5 years ago

I have followed the instructions but we never get status checks attached to the PR. I can see the results in Travis (along with subsequent failure since it didn't meet thresholds) but that's it. The bot is a collaborator on our private repo and new accounts don't force 2FA. Any ideas what I'm doing wrong?

Appreciate the work you have done on this project!

ebidel commented 5 years ago

IIRC, private repos are an issue. Are you able to see updates with a public repo?

On Wed, Oct 31, 2018, 7:14 AM Gustav Gennrich <notifications@github.com wrote:

I have followed the instructions but we never get status checks attached to the PR. I can see the results in Travis (along with subsequent failure since it didn't meet thresholds) but that's it. The bot is a collaborator on our private repo and new accounts don't force 2FA. Any ideas what I'm doing wrong?

Appreciate the work you have done on this project!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ebidel/lighthouse-ci/issues/43, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOigISLu1FuCWliTxLnXN6nCIN1VWguks5uqbA4gaJpZM4YEKwT .

ggennrich commented 5 years ago

Wow I'm an idiot. I installed it via yarn yarn add lighthouse-ci which is an entirely different repo of the same name. Clearly I did not follow the instructions. Sorry to waste your time!