@@ -426,16 +426,16 @@ Variables extracted from pattern matching:
426426
427427Available in commit messages, PR titles, and PR body templates :
428428
429- | Variable | Description | Example |
430- |--------------------|-------------------------------|---------------------------------- |
431- | `${rule_name}` | Name of the copy rule | `java-aggregation-examples` |
432- | `${source_repo}` | Source repository | `cbullinger /aggregation-tasks` |
433- | `${target_repo}` | Target repository | `cbullinger /vector-search` |
434- | `${source_branch}` | Source branch | `main` |
435- | `${target_branch}` | Target branch | `main` |
436- | `${file_count}` | Number of files | `3` |
437- | `${pr_number}` | PR number that triggered copy | `42` |
438- | `${commit_sha}` | Source commit SHA | `abc123def456` |
429+ | Variable | Description | Example |
430+ |--------------------|-------------------------------|-----------------------------|
431+ | `${rule_name}` | Name of the copy rule | `java-aggregation-examples` |
432+ | `${source_repo}` | Source repository | `mongodb /aggregation-tasks` |
433+ | `${target_repo}` | Target repository | `mongodb /vector-search` |
434+ | `${source_branch}` | Source branch | `main` |
435+ | `${target_branch}` | Target branch | `main` |
436+ | `${file_count}` | Number of files | `3` |
437+ | `${pr_number}` | PR number that triggered copy | `42` |
438+ | `${commit_sha}` | Source commit SHA | `abc123def456` |
439439
440440**Example Usage:**
441441` ` ` yaml
0 commit comments