diff --git a/internal/gapicgen/cmd/genbot/github.go b/internal/gapicgen/cmd/genbot/github.go index bf84c722b10..c84e04d1833 100644 --- a/internal/gapicgen/cmd/genbot/github.go +++ b/internal/gapicgen/cmd/genbot/github.go @@ -36,7 +36,7 @@ import ( const ( gocloudBranchName = "regen_gocloud" - gocloudCommitTitle = "feat(all): auto-regenerate gapics" + gocloudCommitTitle = "chore(all): auto-regenerate gapics" gocloudCommitBody = ` This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is @@ -51,7 +51,7 @@ If you have been assigned to review this PR, please: ` genprotoBranchName = "regen_genproto" - genprotoCommitTitle = "feat(all): auto-regenerate .pb.go files" + genprotoCommitTitle = "chore(all): auto-regenerate .pb.go files" genprotoCommitBody = ` This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will