1
Gitea / Gitea (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 1m46s
Gitea / Gitea (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 1m57s

This commit is contained in:
Cantibra
2026-05-21 07:32:11 +02:00
parent 32408c0b7a
commit 8cb7edb175
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
VERSION='1.26.1' VERSION='1.26.2'
+1 -1
View File
@@ -1172,7 +1172,7 @@ ENABLE_SSH_LOG = true
;; Default source for the pull request title when opening a new PR. ;; Default source for the pull request title when opening a new PR.
;; "first-commit" uses the oldest commit's summary. ;; "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. ;; "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. ;; 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. ;; Use "-1" to always check all pull requests (old behavior). Use "0" to always delay the checks.