-
Notifications
You must be signed in to change notification settings - Fork 154
Description
When there are commits in googleapis-gen
that result in changes for a client library repository, owlbot will push 2 commits in the PR.
For example, for this PR , owlbot pushed this first commit to copy the generated code from googleapis-gen, and later owlbot pushed another commit for the post processor. I
It would be helpful if there was a label added after the first commit is pushed that will indicate there is another commit pending. The label could be removed after owlbot has finished pushing the commit after running the post processor. The use case for the label is that we can use it to signal that we should wait to trigger integration tests until owlbot has finished pushing commits in order to save resources.
One suggestion for the label name could be owlbot:busy
but I don't have a strong preference.