chore: make DefaultTitleSource default to auto to match GitHub (#37767)

It is a changed (breaking) behavior introduced in 1.26, no need to have
such a breaking change.
This commit is contained in:
wxiaoguang
2026-05-19 01:22:45 +08:00
committed by GitHub
parent 985ca76db0
commit ff1b8b2b92
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ var (
AddCoCommitterTrailers: true,
RetargetChildrenOnMerge: true,
DelayCheckForInactiveDays: 7,
DefaultTitleSource: RepoPRTitleSourceFirstCommit,
DefaultTitleSource: RepoPRTitleSourceAuto,
},
// Issue settings