pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

autoupdate did not run for one repo #97

Closed adamchainz closed 2 years ago

adamchainz commented 2 years ago

My private repo adamchainz/book-django-dx is configured with pre-commit.ci. This repo did not receive an autoupdate PR last night for the new version of Black, as I did on my other repos.

The only unique thing I can think of for this repo is that it has never had any pull requests made against it... I only push on main, but I do see pre-commit.ci verifying such commits.

asottile commented 2 years ago

very strange -- for some reason the install for your account missed a webhook from github's side at some point and hadn't updated your repositories

I've manually sync'd them for now and I'm looking into whether there's something further broken -- but it should receive an update next week -- let me know if you'd like me to manually trigger this week's update on that repo as well

adamchainz commented 2 years ago

Thanks for looking into it. No need for the update, I can run it manually.

asottile commented 2 years ago

thanks for the report!