dockerfile-image-update
dockerfile-image-update copied to clipboard
Set a timeout for when we might fail to create a pull request
We can potentially get into a situation where creating a pull request can go into an infinite loop. We should probably retry with an overall timeout so that we can potentially continue or completely end the process eventually. Consider rate-limiting as well as other effects for this behavior.
Opened as a result of work during #142