You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2023/02/20 15:36:03 UTC

[drill] branch master updated: Temporarily disable branch protection (#2760)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c899225d1 Temporarily disable branch protection (#2760)
1c899225d1 is described below

commit 1c899225d1a935340fdbb6a3582f947d90ba2847
Author: James Turton <91...@users.noreply.github.com>
AuthorDate: Mon Feb 20 17:35:56 2023 +0200

    Temporarily disable branch protection (#2760)
    
    in order to undo a commit that was merged during the freeze for Drill 1.21.0. This change will be completely
    reverted with the completion of the release.
---
 .asf.yaml | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 726f937830..40eb3ef525 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,22 +1,5 @@
-# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
-
+# Temporarily disable branch protection in order to undo a commit that was
+# merged during the freeze for Drill 1.21.0. This change will be completely
+# reverted with the completion of the release.
 github:
-  description: "Apache Drill is a distributed MPP query layer for self describing data"
-  homepage: https://drill.apache.org/
-  labels:
-    - drill
-    - sql
-    - big-data
-    - java
-    - hive
-    - hadoop
-    - jdbc
-    - parquet
-  
-  features:
-    # Enable wiki for documentation
-    wiki: true
-    # Enable issue management
-    issues: true
-    # Enable projects for project management boards
-    projects: true
+  protected_branches: ~