You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/12/15 13:42:45 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: f6085e164add2321866eefeb2c49a45c79690a81

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a974a16  Automated deployment: f6085e164add2321866eefeb2c49a45c79690a81
a974a16 is described below

commit a974a166985451c4005383371a439b6cfb8dcde7
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Dec 15 13:42:41 2021 +0000

    Automated deployment: f6085e164add2321866eefeb2c49a45c79690a81
---
 .asf.yaml | 40 +++++++++++++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4e13595..dd39281 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,8 +1,34 @@
-# Web site staging services:
-staging:
-  profile: ~ 
-  whoami: master 
-  foo: trigger
+# 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.
+#
 
-publish:
-  whoami: asf-site
+github:
+  description: Apache DolphinScheduler website
+  homepage: https://dolphinscheduler.apache.org/
+  labels:
+    - dolphinscheduler
+    - website
+    - apache
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  protected_branches:
+    master:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1