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

jdaugherty pushed a commit to branch asfyaml
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit a429adb431b63b48e4623254f3a28b344aedb4ff
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jun 10 05:42:00 2025 -0400

    Add permissions to release environments
---
 .asf.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..c971dc3b90
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,17 @@
+github:
+  environments:
+    source:
+      required_reviewers:
+        - id: grails-committers
+          type: Team
+      wait_timer: 0
+    release:
+      required_reviewers:
+        - id: grails-committers
+          type: Team
+      wait_timer: 0
+    docs:
+      required_reviewers:
+        - id: grails-committers
+          type: Team
+      wait_timer: 0

Reply via email to