Skip to content

Commit f8d30b3

Browse files
danielfbml-qingCopilot
authored
fix Reverse sync logic and re-apply deletion of source sha (#3)
* chore: Remove calculated hash for original zh file in docs * fix: Reverse sync workflow with issues when pr title has quotes * Update .github/workflows/reverse-sync.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: l-qing <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 0e70d16 commit f8d30b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+10
-60
lines changed

.github/workflows/reverse-sync.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Reverse Sync
22

33
env:
44
TARGET_REPO: alaudadevops/tektoncd-operator
5+
# Ignoring the files or folders in this prefix (uses comma to split)
56
IGNORE_PATHS: .github/,README.md
6-
SYNCED_PATHS: docs/ theme/ .yarn/ doom.config.yml yarn.lock tsconfig.json package.json sites.yaml
7+
# will check these files change to create a new patch
8+
SYNCED_PATHS: "docs/ theme/ .yarn/ doom.config.yml yarn.lock tsconfig.json package.json sites.yaml"
79

810
on:
911
pull_request:
@@ -23,7 +25,7 @@ jobs:
2325
id: check_sync_bot
2426
run: |
2527
pr_author="${{ github.event.pull_request.user.login }}"
26-
pr_title="${{ github.event.pull_request.title }}"
28+
pr_title='${{ github.event.pull_request.title }}'
2729
pr_base_ref="${{ github.event.pull_request.base.ref }}"
2830
pr_head_ref="${{ github.event.pull_request.head.ref }}"
2931

docs/en/apis/advanced_apis/results/index.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/advanced_apis/results/intro.md

Lines changed: 0 additions & 1 deletion

docs/en/apis/advanced_apis/results/results_v1alpha2_parents_results.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/advanced_apis/results/results_v1alpha2_parents_results_uuid.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/advanced_apis/results/results_v1alpha2_parents_results_uuid_logs.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/advanced_apis/results/results_v1alpha2_parents_results_uuid_records.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/index.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/intro.mdx

Lines changed: 0 additions & 1 deletion

docs/en/apis/kubernetes_apis/index.mdx

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)