This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev-1.0.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.0.3 by this push:
new 9907ce4 disable wike and protected_branches for dev-* (#1298)
9907ce4 is described below
commit 9907ce4f46b3f85f2f0602f95b61c65676e7eacc
Author: Casion <[email protected]>
AuthorDate: Wed Jan 12 12:07:23 2022 +0800
disable wike and protected_branches for dev-* (#1298)
---
.asf.yaml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 7ff0489..9633367 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,6 +16,13 @@
#
github:
+ features:
+ # Enable issue management
+ issues: true
+ # Enable wiki for documentation
+ wiki: false
+ # Enable projects for project management boards
+ projects: true
description: Linkis helps easily connect to various back-end
computation/storage engines(Spark, Python, TiDB...), exposes various
interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and
resource control.
homepage: https://linkis.apache.org/
labels:
@@ -50,7 +57,7 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 2
- dev-1.0.3:
+ dev-*:
required_status_checks:
strict: true
required_pull_request_reviews:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]