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:37 UTC

[shiro] branch github_features created (now e6e793cf4)

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

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


      at e6e793cf4 [GitHub] enable github issues and projects.

This branch includes the following new commits:

     new e6e793cf4 [GitHub] enable github issues and projects.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by bm...@apache.org.
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