cfengine / cf-bottom

__init__
MIT License
3 stars 12 forks source link

Reduced the number of (unnecessary) API requests #64

Closed olehermanse closed 2 years ago

olehermanse commented 2 years ago

When not using features related to parsing reviews, commits, and comments, these changes significantly reduce the number of API requests needed. This eliminates the 3 API requests we did for every PR, when they are not needed for the enabled bot functionality.

More info: https://tracker.mender.io/browse/SEC-140