RFR: 2347: SKARA Bot can't find the commit in GitHub if the commit isn't in the default branch

Zhao Song zsong at openjdk.org
Mon Aug 12 16:01:40 UTC 2024


On Mon, 5 Aug 2024 21:53:01 GMT, Zhao Song <zsong at openjdk.org> wrote:

> When searching for a commit in GitHub, the Skara bot utilizes the /search/commits API to look for commits in the whole organization. However, this API has a limitation: it can only find commits in the default branch of each repository. Therefore, If the commit is not found using /search/commits, the bot should try to locate it in each repository.

Thanks for the review!

-------------

PR Comment: https://git.openjdk.org/skara/pull/1684#issuecomment-2284356533


More information about the skara-dev mailing list