Integrated: 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.

This pull request has now been integrated.

Changeset: b991927e
Author:    Zhao Song <zsong at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/b991927e9ab031921b9b14787c9282815b0e10a4
Stats:     33 lines in 1 file changed: 24 ins; 5 del; 4 mod

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

Reviewed-by: erikj

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

PR: https://git.openjdk.org/skara/pull/1684


More information about the skara-dev mailing list