TestInfoBot keeps throwing NullPointerException for TestInfoBotWorkItem@openjdk/jdk22u#205, TestInfoBotWorkItem@openjdk/jdk21u-dev#575,
TestInfoBotWorkItem@openjdk/jdk17u-dev#2474
All the three prs are created by the same user.
I found skara bot was sending this request https://api.github.com/repos/pengxialong/jdk22u/commits/40c977f6c70fa4acdb5c1ebc0bfe776f57990bdb/check-runs
And the response will redirect to another url.
I am surprised that we can't handle redirect correctly.
And I found the redirect should because the user changed his Github username.
His current username is "pengxiaolong"(https://github.com/pengxiaolong)
But in the url, the username is "pengxialong"(missing one "o").
TestInfoBotWorkItem@openjdk/jdk17u-dev#2474
All the three prs are created by the same user.
I found skara bot was sending this request https://api.github.com/repos/pengxialong/jdk22u/commits/40c977f6c70fa4acdb5c1ebc0bfe776f57990bdb/check-runs
And the response will redirect to another url.
I am surprised that we can't handle redirect correctly.
And I found the redirect should because the user changed his Github username.
His current username is "pengxiaolong"(https://github.com/pengxiaolong)
But in the url, the username is "pengxialong"(missing one "o").