leonardowf / baroneza

baroneza is a release train to automate boring tasks
10 stars 0 forks source link

List commits pagination #158

Open leonardowf opened 10 months ago

leonardowf commented 10 months ago

IWBNI Baroneza when fetching commits from both a branch or a list of shas, picked up the entire commits and not only the first page.

See: https://github.com/leonardowf/baroneza/pull/157 See: https://github.com/leonardowf/baroneza/blob/master/src/workers/commit-extractor.ts See: https://github.com/leonardowf/baroneza/blob/master/src/services/github-service.ts#L446