]> source.dussan.org Git - gitea.git/commit
Configurable close and reopen keywords for PRs (#8120)
authorguillep2k <18600385+guillep2k@users.noreply.github.com>
Wed, 30 Oct 2019 12:43:59 +0000 (09:43 -0300)
committerLauris BH <lauris@nix.lv>
Wed, 30 Oct 2019 12:43:59 +0000 (14:43 +0200)
commitf9944c0e6929f1c314d0a6e8d38a5592ba6eee2c
tree8381e4df7ee7c2c9a25cec990a103b978cd4c04b
parentac6accef092ea5a983a4a8ee35282246fc3c6fc5
Configurable close and reopen keywords for PRs (#8120)

* Add settings for CloseKeywords and ReopenKeywords

* Fix and improve tests

* Use sync.Once() for initialization

* Fix unintended exported function
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
modules/references/references.go
modules/references/references_test.go
modules/setting/repository.go