This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 88cfebf49e06a262d5c18fcfa4e3ba1ca97197ca Author: lprimak <[email protected]> AuthorDate: Thu Dec 4 22:25:54 2025 -0600 enh(github): Enable GitHub Discuseions and Squash-and-Merge buttons fixes #2036 fixes #2381 --- .asf.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 7ad465ec6..42c61cb86 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,8 +24,9 @@ github: wiki: false issues: true projects: true + discussions: true enabled_merge_buttons: - squash: false + squash: true merge: true rebase: false
