You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/06/08 16:32:19 UTC

[systemds-website] branch master updated: [MINOR] Protect asf-staging branch to avoid accidental deletion (#85)

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

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 674a9f9  [MINOR] Protect asf-staging branch to avoid accidental deletion (#85)
674a9f9 is described below

commit 674a9f9b3c1e1ef051283fcf5636c9c005b662be
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jun 8 22:02:14 2021 +0530

    [MINOR] Protect asf-staging branch to avoid accidental deletion (#85)
    
    Reference: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#:~:text=Branch%20Protection
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 46f1cd6..7152ec3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,6 +51,10 @@ github:
       # Do not allow merge commits
       # by allowing linear history
       required_linear_history: true
+    asf-staging:
+      # This ensures that accident
+      # Force `push`es won't happen.
+      required_linear_history: true
   
 # Web hosting
 staging: