diff options
author | JakobDev <jakobdev@gmx.de> | 2023-05-30 17:26:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 15:26:51 +0000 |
commit | 1b115296d3f2f396eebcb40d79aea814d282edaf (patch) | |
tree | 6cb848392a0ddd785d12b1fa5dd569015fe9d221 /custom | |
parent | faae819f5d8a662ec2df88205ab6d9b1871f1dd1 (diff) | |
download | gitea-1b115296d3f2f396eebcb40d79aea814d282edaf.tar.gz gitea-1b115296d3f2f396eebcb40d79aea814d282edaf.zip |
Followup to pinned Issues (#24945)
This addressees some things from #24406 that came up after the PR was
merged. Mostly from @delvh.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 6b8eed1efc..01abb15c1d 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1044,7 +1044,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; List of reasons why a Pull Request or Issue can be locked ;LOCK_REASONS = Too heated,Off-topic,Resolved,Spam -;; Maximum number of pinned Issues +;; Maximum number of pinned Issues per repo ;; Set to 0 to disable pinning Issues ;MAX_PINNED = 3 |