owlbot: _DEFAULT_BRANCH not set to default GitHub branch when new container submitted #2098
Labels
bot: owl-bot
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When the
update-pr.yaml
job runs, it populates a variable_DEFAULT_BRANCH
which is used by templates to set an appropriate default branch for templates.This does not appear to happen when a new
OwlBot.lock
update is created:googleapis/nodejs-local-auth#94
Which results in the templates reverting the branch name back to the default
master
.Note: I noticed that if I manually add
owlbot:run
it fixes the issue, not 100% sure this didn't happen initially on #94.The text was updated successfully, but these errors were encountered: