-
Notifications
You must be signed in to change notification settings - Fork 69
chore: Add script to automate PR merging #3921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This script automates the process of retrying and merging pull requests by checking the status of Kokoro tests.
For helper scripts, we usually use |
/gcbrun |
/gcbrun |
|
|
Do you mind adding example usage to the description and script itself? I guess it need some pre-requisite as well, for example Go to be installed etc.? |
Regarding the location of the scripts, I think google-cloud-java might be a better place, instead of sdk-platform-java. There are actually no kokoro integration tests in sdk-platform-java. |
Thanks for the feedback, created googleapis/google-cloud-java#11758 to put the script in google-cloud-java. |
This script automates the process of retrying and merging pull requests by checking the status of Kokoro tests.