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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec7a1d907 [ci] Add branch history-docs as protect branch (#767)
ec7a1d907 is described below

commit ec7a1d907aac2164d7db140e4e8de25feabcde5e
Author: Jiajie Zhong <[email protected]>
AuthorDate: Thu Apr 7 11:12:45 2022 +0800

    [ci] Add branch history-docs as protect branch (#767)
    
    Avoiding committer force push and overwrite some
    content
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f1d55bf55..1ca33956c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,3 +44,8 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
+    history-docs:
+      required_status_checks:
+        contexts:
+          - CheckDeadLinks
+          - img-check

Reply via email to