diff --git a/.github/workflows/neve-sync-branches.yml b/.github/workflows/neve-sync-branches.yml index 5e6368cd96..e189661811 100644 --- a/.github/workflows/neve-sync-branches.yml +++ b/.github/workflows/neve-sync-branches.yml @@ -21,3 +21,11 @@ jobs: from_branch: master target_branch: development github_token: ${{ secrets.BOT_TOKEN }} + - name: Merge development -> 3-7 + if: ${{ steps.retrieve-branch-name.outputs.branch_name == 'development' }} + uses: Codeinwp/merge-branch@master + with: + type: now + from_branch: development + target_branch: new/3-7 + github_token: ${{ secrets.BOT_TOKEN }}