From e4227d8214ffd450aee29fdfca0aecafda4d6741 Mon Sep 17 00:00:00 2001 From: michaelshih Date: Fri, 4 Jul 2025 00:43:27 +0800 Subject: [PATCH 1/3] test2 --- .github/files-sync-config.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/files-sync-config.yml b/.github/files-sync-config.yml index 20e2b97..7cd8b14 100644 --- a/.github/files-sync-config.yml +++ b/.github/files-sync-config.yml @@ -15,23 +15,13 @@ settings: ### All PR Titles - <%_ for (const title of pull_request_titles) { -%> - - <%- title %> + <%_ for (const prTitle of pull_request_titles) { -%> + - <%- prTitle %> <%_ } -%> + <% } -%> + `.trim(), --- - - ### Changed Files - - <%_ for (const file of changes) { -%> - <% if (file.deleted) { -%> - - :x: **Deleted**: \`<%- file.to %>\`<% if (file.pull_request_title) { %> (from PR: [#<%- file.pull_request_number %>] <%- file.pull_request_title %>)<% } %> - <% } else if (file.from === file.to) { -%> - - :file_folder: \`<%- file.to %>\`<% if (file.pull_request_title) { %> (from PR: [#<%- file.pull_request_number %>] <%- file.pull_request_title %>)<% } %> - <% } else { -%> - - :arrow_right: \`<%- file.from %>\` → \`<%- file.to %>\`<% if (file.pull_request_title) { %> (from PR: [#<%- file.pull_request_number %>] <%- file.pull_request_title %>)<% } %> - <% } -%> - <%_ } -%> patterns: - files: - from: . From 1f367bbf087b13428fc47a53093c8a61d86bde5f Mon Sep 17 00:00:00 2001 From: michaelshih Date: Fri, 4 Jul 2025 01:07:15 +0800 Subject: [PATCH 2/3] test2 --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e0b4832..7c1748f 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: michaelshih-circle/files-sync-action@v1.1.7 + - uses: michaelshih-circle/files-sync-action@v1.1.9 with: github_token: ${{ secrets.SECRET_TOKEN }} From 4cd56128023e1a477de636ec6c3bc58a5a065ac2 Mon Sep 17 00:00:00 2001 From: michaelshih Date: Fri, 4 Jul 2025 01:10:55 +0800 Subject: [PATCH 3/3] test2 --- .github/files-sync-config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/files-sync-config.yml b/.github/files-sync-config.yml index 7cd8b14..6ae3191 100644 --- a/.github/files-sync-config.yml +++ b/.github/files-sync-config.yml @@ -13,15 +13,11 @@ settings: --- - ### All PR Titles - + ### Related Pull Requests <%_ for (const prTitle of pull_request_titles) { -%> - <%- prTitle %> <%_ } -%> - <% } -%> - `.trim(), - --- patterns: - files: - from: .