From 8cb7edb1754bb31360fa498587bd7152e383d38d Mon Sep 17 00:00:00 2001 From: Cantibra Date: Thu, 21 May 2026 07:32:11 +0200 Subject: [PATCH] 1 --- .env | 2 +- gitea/etc/gitea/app.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8858f67..6162cc2 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VERSION='1.26.1' +VERSION='1.26.2' diff --git a/gitea/etc/gitea/app.ini b/gitea/etc/gitea/app.ini index f7e008a..d784294 100644 --- a/gitea/etc/gitea/app.ini +++ b/gitea/etc/gitea/app.ini @@ -1172,7 +1172,7 @@ ENABLE_SSH_LOG = true ;; Default source for the pull request title when opening a new PR. ;; "first-commit" uses the oldest commit's summary. ;; "auto" uses commit's summary if the PR only has one commit, normalizes the branch name if multiple commits. -;DEFAULT_TITLE_SOURCE = first-commit +;DEFAULT_TITLE_SOURCE = auto ;; ;; Delay mergeable check until page view or API access, for pull requests that have not been updated in the specified days when their base branches get updated. ;; Use "-1" to always check all pull requests (old behavior). Use "0" to always delay the checks.