You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2023/05/27 08:31:38 UTC

[shiro] 01/01: [GitHub] enable github issues and projects.

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch github_features
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit e6e793cf44db4a1e2880cd320c155f02987c29a5
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Sat May 27 10:34:59 2023 +0200

    [GitHub] enable github issues and projects.
    
     - also enable dependabot alerts (but no PRs)
     - disable force push to main branch
---
 .asf.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ab5ec7682..36306ad45 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,10 +17,13 @@
 github:
   description: "Apache Shiro"
   homepage: https://shiro.apache.org/
+  dependabot_alerts: true
+  protected_branches:
+    main: { }
   features:
     wiki: false
-    issues: false
-    projects: false
+    issues: true
+    projects: true
   enabled_merge_buttons:
     squash:  false
     merge:   true