Commit c609ee9
authored
fix(internal/librarian): add a title prefix (#2082)
Prefix a PR title with `chore`.
The 'release init' process now correctly identifies commits from pull
requests (PRs)
that adhere to the conventional commit message format.
This is because the process only uses the commit message, not the PR
title, to determine conventionality.
Fixes #20791 parent 56d59af commit c609ee9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments