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

matrei pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/grails-redis.git


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 373d1bf  [skip ci] Update required reviewers in .asf.yaml
373d1bf is described below

commit 373d1bf93970dbc470c8d91ca36b3ea1fca032f8
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Oct 9 17:03:33 2025 +0200

    [skip ci] Update required reviewers in .asf.yaml
    
    Removed 'grails-committers' team from required reviewers and added multiple 
users for release, docs, and close environments.
---
 .asf.yaml | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index cb2d781..2885b5c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,22 +2,34 @@ github:
   environments:
     release:
       required_reviewers:
-        - id: grails-committers
-          type: Team
         - id: jdaugherty
           type: User
+        - id: matrei
+          type: User
+        - id: jamesfredley
+          type: User
+        - id: sbglasius
+          type: User
       wait_timer: 0
     docs:
       required_reviewers:
-        - id: grails-committers
-          type: Team
         - id: jdaugherty
           type: User
+        - id: matrei
+          type: User
+        - id: jamesfredley
+          type: User
+        - id: sbglasius
+          type: User
       wait_timer: 0
     close:
       required_reviewers:
-        - id: grails-committers
-          type: Team
         - id: jdaugherty
           type: User
+        - id: matrei
+          type: User
+        - id: jamesfredley
+          type: User
+        - id: sbglasius
+          type: User
       wait_timer: 0

Reply via email to