Skip to content

Commit

Permalink
chore: switch regen PRs to chores (#3585)
Browse files Browse the repository at this point in the history
The important bits will now be parsed footers. There is no need
for the regen PR itself to show up in the changelog.
  • Loading branch information
codyoss committed Jan 22, 2021
1 parent e5abf79 commit 6ccef89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/gapicgen/cmd/genbot/github.go
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6ccef89

Please sign in to comment.