channable / hoff

A gatekeeper for your commits
Apache License 2.0
41 stars 3 forks source link

Convert Hoff to a Github App #250

Open bertptrs opened 8 months ago

bertptrs commented 8 months ago

Today for the very first time we ran out of API rate limit. While this is undoubtedly related to other uses of the account Hoff is using, we can side step the issue entirely and have Hoff be a Github app. This comes with a few advantages:

It shouldn't change too much in a practical sense, though for one the authentication method for Git interaction would have to be changed from private key to token authentication. This is still supported, so I see no reason why this would be a problem.