You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/10/31 19:54:51 UTC

[incubator-hop] branch master updated: remove invalid mails and add branch protection (#346)

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new c988411  remove invalid mails and add branch protection (#346)
c988411 is described below

commit c988411211a316d28c4ebceda367f5d06233dd28
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Oct 31 20:54:43 2020 +0100

    remove invalid mails and add branch protection (#346)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 04b6c03..57f13b8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,6 +24,8 @@ github:
     - java
     - streaming
     - pipelines
+  protected_branches:
+    master
 
   enabled_merge_buttons:
     squash: true
@@ -32,6 +34,4 @@ github:
 
 notifications:
   commits: commits@hop.apache.org
-  issues: github@hop.apache.org
-  pullrequests: github@hop.apache.org
   jira_options: link label worklog
\ No newline at end of file