Skip to content

Commit

Permalink
Add upmerging from 2.0 to bootstrap-admin-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Feb 25, 2024
1 parent 8525adc commit c8e20ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upmerge_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
-
base_branch: "1.13"
target_branch: "2.0"
-
base_branch: "2.0"
target_branch: "bootstrap-admin-panel"

steps:
-
Expand Down Expand Up @@ -54,8 +57,8 @@ jobs:
In case of conflicts, please resolve them manually with usign the following commands:
```
git fetch upstream
gh pr checkout ${{ github.event.number }}
git merge upstream/${{ matrix.target_branch }} --no-commit
gh pr checkout <this-pr-number>
git merge upstream/${{ matrix.target_branch }} -m "Resolve conflicts between ${{ matrix.base_branch }} and ${{ matrix.target_branch }}"
```
If you use other name for the upstream remote, please replace `upstream` with the name of your remote pointing to the `Sylius/Sylius` repository.
Expand Down

0 comments on commit c8e20ce

Please sign in to comment.