Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait before enabling auto-merge during update flow
There seems to be a race condition, where creating a PR creates it in a mergeable state as actions haven't started yet, so auto-merge may just merge the PR immediately without waiting for them to succeed or fail. For now attempt to resolve this by waiting for a minute before enabling auto-merge.
- Loading branch information