From 70dbfdf88a67d66db837b2cedb86b9fb2ee126dd Mon Sep 17 00:00:00 2001 From: imbajin <17706099+imbajin@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:34:11 +0800 Subject: [PATCH 1/6] Create .asf.yaml --- .asf.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000000..2fb012f9c6 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,43 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +github: + features: + # Enable issue management + issues: true + # Enable wiki for documentation + wiki: true + # Enable projects for project management boards + projects: true + description: A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends) + homepage: https://apache.github.io/incubator-hugegraph-doc/ + #labels: + + enabled_merge_buttons: + merge: true + squash: true + rebase: true + protected_branches: + master: + required_status_checks: + strict: false + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 2 +notifications: + issues: dev@hugegraph.apache.org + pullrequests: commits@hugegraph.apache.org From 43bcb96b8c89bcd4f0e233972dad5bc0cb9ba686 Mon Sep 17 00:00:00 2001 From: imbajin <17706099+imbajin@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:40:30 +0800 Subject: [PATCH 2/6] Update .asf.yaml --- .asf.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 2fb012f9c6..5d658ae99c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,7 +34,12 @@ github: protected_branches: master: required_status_checks: - strict: false + # strict means "Require branches to be up to date before merging". + strict: true + # contexts are the names of checks that must pass + contexts: + - hugegraph ci/build + - hugegraph-ci/build required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 2 From 60540bee1c2a8135a79184eb3462b6351220c5ce Mon Sep 17 00:00:00 2001 From: imbajin <17706099+imbajin@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:44:21 +0800 Subject: [PATCH 3/6] Update .asf.yaml --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 5d658ae99c..b4934c47c2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -25,6 +25,7 @@ github: projects: true description: A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends) homepage: https://apache.github.io/incubator-hugegraph-doc/ + del_branch_on_merge: true #labels: enabled_merge_buttons: @@ -42,7 +43,9 @@ github: - hugegraph-ci/build required_pull_request_reviews: dismiss_stale_reviews: true + require_code_owner_reviews: false required_approving_review_count: 2 + notifications: issues: dev@hugegraph.apache.org pullrequests: commits@hugegraph.apache.org From b490ec27b00c31670d1d000ed4ed17caa92e1333 Mon Sep 17 00:00:00 2001 From: imbajin <17706099+imbajin@users.noreply.github.com> Date: Wed, 20 Apr 2022 22:43:22 +0800 Subject: [PATCH 4/6] Empty From 0fdee78d595ee8fd76adff1c3a1bd56dba99083a Mon Sep 17 00:00:00 2001 From: imbajin <17706099+imbajin@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:17:03 +0800 Subject: [PATCH 5/6] Update .asf.yaml --- .asf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b4934c47c2..35b58e7f97 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -38,9 +38,9 @@ github: # strict means "Require branches to be up to date before merging". strict: true # contexts are the names of checks that must pass - contexts: - - hugegraph ci/build - - hugegraph-ci/build + #contexts: + # - hugegraph ci/build + # - hugegraph-ci/build required_pull_request_reviews: dismiss_stale_reviews: true require_code_owner_reviews: false From 3bdb865fda61b7ecff34d6c650337bf8a9aa9f39 Mon Sep 17 00:00:00 2001 From: imbajin Date: Fri, 6 May 2022 21:46:11 +0800 Subject: [PATCH 6/6] Update .asf.yaml --- .asf.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 35b58e7f97..ff2974baa3 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,10 +24,9 @@ github: # Enable projects for project management boards projects: true description: A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends) - homepage: https://apache.github.io/incubator-hugegraph-doc/ + homepage: https://hugegraph.apache.org del_branch_on_merge: true #labels: - enabled_merge_buttons: merge: true squash: true