Skip to content

Commit 517ab0f

Browse files
authored
fix(internal/gapicgen): don't create genproto pr as draft (#3379)
This flag was not intended to be commited and was used for testing.
1 parent 948452c commit 517ab0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/gapicgen/cmd/genbot/github.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ git push origin $BRANCH_NAME
225225
Body: &body,
226226
Head: &head,
227227
Base: &base,
228-
Draft: github.Bool(true),
229228
})
230229
if err != nil {
231230
return 0, err

0 commit comments

Comments
 (0)