Skip to content

Commit

Permalink
fix(internal/gapicgen): don't create genproto pr as draft (#3379)
Browse files Browse the repository at this point in the history
This flag was not intended to be commited and was used for
testing.
  • Loading branch information
codyoss committed Dec 4, 2020
1 parent 948452c commit 517ab0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/gapicgen/cmd/genbot/github.go
Expand Up @@ -225,7 +225,6 @@ git push origin $BRANCH_NAME
Body: &body,
Head: &head,
Base: &base,
Draft: github.Bool(true),
})
if err != nil {
return 0, err
Expand Down

0 comments on commit 517ab0f

Please sign in to comment.