Skip to content

Commit 9bef458

Browse files
authored
fix(librarian): regen PR title to feat (#2049)
Fixes: #2048
1 parent 4ffad18 commit 9bef458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (r *generateRunner) run(ctx context.Context) error {
204204
ghClient: r.ghClient,
205205
idToCommits: idToCommits,
206206
failedLibraries: failedLibraries,
207-
commitMessage: "chore: generate libraries",
207+
commitMessage: "feat: generate libraries",
208208
prType: generate,
209209
}
210210

0 commit comments

Comments
 (0)