Charlie

Results 1 issues of Charlie

Similar to https://github.com/chinthakagodawita/autoupdate/issues/305, I'm looking into ways to reduce API calls made. I can see here in `prNeedsUpdate`: https://github.com/chinthakagodawita/autoupdate/blob/01c66daac498b07a3da617cf375d311d30b877ba/src/autoupdater.ts#L245 that we have this API call `this.octokit.rest.repos.compareCommitsWithBasehead` relatively early on: https://github.com/chinthakagodawita/autoupdate/blob/01c66daac498b07a3da617cf375d311d30b877ba/src/autoupdater.ts#L263-L272...