microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

Increase time for PR bot automation to check for PR updates needed #82

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

The auto merge workflow currently checks for PR updates for 1 minute. In some cases, a bot PR cannot be merged right away. For example, either another bot PR is merged before its CI checks complete or a manual PR is merged. In any case, the bot PR needs to be rebased and the status checks run again.

This task tracks increasing the time these updates can be detected.