abhishekagarwal87 opened a new pull request, #14723: URL: https://github.com/apache/druid/pull/14723
I made the following changes - The current script is very slow. I have modified the script to use different lightweight github APIs. - I removed the step to fetch commit info associated with each PR. This cut down the time as well. - Added a check to search for a PR number in the local commit history. A pr 12345 is considered backported if there is a commit with (#12345) in its title. - Added some counters that get printed. Useful in validating that script is not doing anything funky. This PR has: - [x] been self-reviewed. - [x] been tested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
