We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a59ce4b + 5b07585 commit c89f686Copy full SHA for c89f686
.github/workflows/sync_branches.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
25
FROM_BRANCH: ${{ matrix.from_branch }}
26
- TO_BRANCH: ${{ matrix.from_branch }}
+ TO_BRANCH: ${{ matrix.to_branch }}
27
CONTENT_COMPARISON: true # Prevent empty PRs
28
PULL_REQUEST_TITLE: Merge changes from `${{ matrix.from_branch }}` into `${{ matrix.to_branch }}`
29
PULL_REQUEST_BODY: |
0 commit comments