diff --git a/CODEOWNERS b/CODEOWNERS index 4dee5cf8d..77e466c18 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,7 +2,7 @@ # This file is ONLY used to merge PRs. Approvals from people in this file are required for merging. -* @yangbofun @wzh1994 @wopeizl @zhangxc11 -/diopi_test/python/conformance/ @LeungChiNan @jingguo-st @NeoZhang -/impl/ascend/ @hellozmz @Zhang-ze-feng +* @yangbofun # @wzh1994 @wopeizl @zhangxc11 +/diopi_test/python/conformance/ @LeungChiNan @jingguo-st @NeosZhang +/impl/ascend/ @hellozmz @zhangzefeng92 diff --git a/scripts/filter_ci.py b/scripts/filter_ci.py index 7dee6bcae..edd36e9e7 100644 --- a/scripts/filter_ci.py +++ b/scripts/filter_ci.py @@ -27,7 +27,8 @@ def get_run_result(pr_number): for file in pr_files: filenames = file["filename"] filename = filenames.split("/")[-1] - if filename.endswith('.md') or '.github/ISSUE_TEMPLATE/' in filenames or filenames.startswith('.img') or filename.startswith('.git') or filename.startswith('CODE_OF_CONDUCT') : + if filename.endswith('.md') or '.github/ISSUE_TEMPLATE/' in filenames or filenames.startswith('.img') or filename.startswith('.git') \ + or filename == 'CODEOWNERS' or filename == 'LICENSE' or filename == '.pre-commit-config.yaml': continue elif filenames.startswith('impl'): if "impl/camb" in filenames: