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 e09a7b010 RANGER-4116: Add notification settings, master branch 
protection and labels (#230)
e09a7b010 is described below

commit e09a7b010cbaebac8b588bb9beb9239a357bbb30
Author: Abhishek Kumar <[email protected]>
AuthorDate: Sat Mar 4 19:10:30 2023 -0800

    RANGER-4116: Add notification settings, master branch protection and labels 
(#230)
---
 .asf.yaml | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ca7beeef2..9a17f656e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,14 +16,24 @@
 # https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
 
 github:
-  description: "Apache Ranger - To enable, monitor and manage comprehensive 
data security across the Hadoop platform"
-  homepage: https://ranger.apache.org/
+  description: "Apache Ranger - To enable, monitor and manage comprehensive 
data security across the Hadoop platform and beyond"
+  homepage: https://ranger.apache.org
   labels:
-    - AuthZ
-    - Java
-    - Python
-    - Docker
+    - apache
+    - ranger
+    - authz
+    - java
+    - python
+    - docker
   enabled_merge_buttons:
     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: {}

Reply via email to