From e8f8a01ee8b482086af5c892bae9948edaccd778 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Tue, 7 Jan 2025 23:47:50 +0800 Subject: [PATCH 1/2] Change license template 2024 to 2025 Signed-off-by: ZePan110 --- .github/CODEOWNERS | 2 +- .github/license_template.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4af04254..5c379fad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # Code owners will review PRs within their respective folders. # Typically, ownership is organized at the second-level subdirectory under the homepage -/*/ kaokao.lv@intel.com +* kaokao.lv@intel.com /evals/benchmark/ liang1.lv@intel.com /evals/evaluation/ kaokao.lv@intel.com /evals/metrics/ xinyu.ye@intel.com diff --git a/.github/license_template.txt b/.github/license_template.txt index a0410374..bd8b8ebc 100644 --- a/.github/license_template.txt +++ b/.github/license_template.txt @@ -1,2 +1,2 @@ -Copyright (C) 2024 Intel Corporation +Copyright (C) 2025 Intel Corporation SPDX-License-Identifier: Apache-2.0 From b0a7f4e08e0530b3288a27ec3ef17528503da390 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Mon, 13 Jan 2025 17:56:16 +0800 Subject: [PATCH 2/2] Optimize output prompt words Signed-off-by: ZePan110 --- .github/workflows/pr-path-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-path-detection.yml b/.github/workflows/pr-path-detection.yml index b20f75ca..ca343f42 100644 --- a/.github/workflows/pr-path-detection.yml +++ b/.github/workflows/pr-path-detection.yml @@ -123,7 +123,7 @@ jobs: fi fi else - echo "$check_path does not exist" + echo "Invalid reference path from $refer_path, reference path: $(echo $png_line | cut -d ']' -f2)" fail="TRUE" fi done