From b23b48101e86863fe1e35d6c6e9c665f98a1355d Mon Sep 17 00:00:00 2001 From: Yuqiang Wang Date: Tue, 23 Sep 2025 20:29:16 +0800 Subject: [PATCH 1/2] improve[ci]: standardize the naming of CI files related to auto assign reviewers --- .../{auto-assign-reviewers.yml => auto_assign_reviewers.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{auto-assign-reviewers.yml => auto_assign_reviewers.yml} (99%) diff --git a/.github/workflows/auto-assign-reviewers.yml b/.github/workflows/auto_assign_reviewers.yml similarity index 99% rename from .github/workflows/auto-assign-reviewers.yml rename to .github/workflows/auto_assign_reviewers.yml index cb23731111a..cde7d3dbca5 100644 --- a/.github/workflows/auto-assign-reviewers.yml +++ b/.github/workflows/auto_assign_reviewers.yml @@ -462,4 +462,4 @@ jobs: path: | unique_tags_bak.txt unique_reviewers_bak.txt - key: ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CACHE_TIMESTAMP }}-${{ github.run_id }} \ No newline at end of file + key: ${{ runner.os }}-auto-assign-reviewers-${{ steps.extract-pr.outputs.PR_NUMBER }}-${{ steps.get_comment_time.outputs.CACHE_TIMESTAMP }}-${{ github.run_id }} From 7a0ce18d8df6183daefd23f3204e48c12e5434a4 Mon Sep 17 00:00:00 2001 From: Yuqiang Wang Date: Wed, 24 Sep 2025 21:29:30 +0800 Subject: [PATCH 2/2] fix[ci]: fix the URL abnormality issue of pr clang format --- .github/workflows/{pr_clang_format.yaml => pr_clang_format.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{pr_clang_format.yaml => pr_clang_format.yml} (100%) diff --git a/.github/workflows/pr_clang_format.yaml b/.github/workflows/pr_clang_format.yml similarity index 100% rename from .github/workflows/pr_clang_format.yaml rename to .github/workflows/pr_clang_format.yml