We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffad18 commit 9bef458Copy full SHA for 9bef458
internal/librarian/generate.go
@@ -204,7 +204,7 @@ func (r *generateRunner) run(ctx context.Context) error {
204
ghClient: r.ghClient,
205
idToCommits: idToCommits,
206
failedLibraries: failedLibraries,
207
- commitMessage: "chore: generate libraries",
+ commitMessage: "feat: generate libraries",
208
prType: generate,
209
}
210
0 commit comments