You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/05/19 12:04:37 UTC

[incubator-inlong] branch revert-4257-INLONG-4251 created (now b0ce9ed73)

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

healchow pushed a change to branch revert-4257-INLONG-4251
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


      at b0ce9ed73 Revert "[INLONG-4251][GitHub] Improve GitHub configuration in .asf.yaml (#4257)"

This branch includes the following new commits:

     new b0ce9ed73 Revert "[INLONG-4251][GitHub] Improve GitHub configuration in .asf.yaml (#4257)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-inlong] 01/01: Revert "[INLONG-4251][GitHub] Improve GitHub configuration in .asf.yaml (#4257)"

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch revert-4257-INLONG-4251
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit b0ce9ed7307faf5d20ee6cd4035079a5d764d811
Author: healzhou <he...@gmail.com>
AuthorDate: Thu May 19 20:04:33 2022 +0800

    Revert "[INLONG-4251][GitHub] Improve GitHub configuration in .asf.yaml (#4257)"
    
    This reverts commit e73d12dde38802fc34f1227b16a5994ad66d3d67.
---
 .asf.yaml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5a708ab9f..b5fb715c9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,27 +46,6 @@ github:
   dependabot_alerts: true
   # disable the dependabot_updates
   dependabot_updates: false
-  protected_branches:
-    master:
-      required_status_checks:
-        # strict means "Require branches to be up to date before merging".
-        strict: false
-        # contexts are the names of checks that must pass for a merge to be allowed.
-        contexts:
-          - 'Build'
-          - 'Unit Test'
-          - 'Check license header'
-          - 'Docker build and push'
-          - 'Lint and test charts'
-      required_pull_request_reviews:
-        dismiss_stale_reviews: false
-        require_code_owner_reviews: true
-        required_approving_review_count: 1
-
-      # squash or rebase must be allowed in the repo for this setting to be set to true.
-      required_linear_history: false
-
-      required_signatures: false
 
 notifications:
   commits:      commits@inlong.apache.org