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

abhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new dee3106af RANGER-5165: Update notification settings in .asf.yaml (#541)
dee3106af is described below

commit dee3106af850949ec378170d13ddfa9187bf1110
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Mar 14 00:11:07 2025 -0700

    RANGER-5165: Update notification settings in .asf.yaml (#541)
---
 .asf.yaml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a15fd32e3..4406fa0c2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,11 +31,12 @@ github:
     squash:  true
     merge:   false
     rebase:  false
-  notifications:
-    commits: [email protected]
-    issues: [email protected]
-    pullrequests: [email protected]
-    pullrequests_comment: [email protected]
-    jira_options: worklog link label
   protected_branches:
     master: {}
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  pullrequests_comment: [email protected]
+  jira_options: worklog link label

Reply via email to