You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2022/07/04 09:03:39 UTC

[incubator-pegasus] branch master updated: chore(github): set required_linear_history to false (#1028)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7f3dee6a chore(github): set required_linear_history to false (#1028)
d7f3dee6a is described below

commit d7f3dee6a668f4e21b8ea65c6e66d05c5274e355
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Mon Jul 4 17:03:34 2022 +0800

    chore(github): set required_linear_history to false (#1028)
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 78fec19b5..0b33eeb26 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,7 @@
 # under the License.
 #
 
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 github:
   description: "Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store"
   homepage: https://pegasus.apache.org/
@@ -39,6 +40,10 @@ github:
     merge:   true
     # enable rebase button:
     rebase:  true
+  protected_branches:
+    master:
+      # squash or rebase must be allowed in the repo for this setting to be set to true.
+      required_linear_history: false
 
 notifications:
   commits: commits@pegasus.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org