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

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bc90ef6f3 [ci] Switch to requiring `pr-head` for merges (#11081)
7bc90ef6f3 is described below

commit 7bc90ef6f327bbfb12d09a2d7b7b11ec0ec233a5
Author: driazati <[email protected]>
AuthorDate: Tue Apr 26 13:37:21 2022 -0700

    [ci] Switch to requiring `pr-head` for merges (#11081)
    
    This is necessary to fix the bug where PRs rebuild when editing the 
description.s
    
    Co-authored-by: driazati <[email protected]>
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 647e71dd3f..9e337392ae 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -56,7 +56,7 @@ github:
       required_status_checks:
         contexts:
           # Require a passing run from Jenkins
-          - tvm-ci/pr-merge
+          - tvm-ci/pr-head
 
       required_pull_request_reviews:
         required_approving_review_count: 1

Reply via email to