Skip to content

Commit

Permalink
Merge pull request #158 from vaadin-miki/131-conflict-resolving
Browse files Browse the repository at this point in the history
#131 could it be this simple?
  • Loading branch information
vaadin-miki authored Jun 10, 2020
2 parents 7d9efbf + c1be9fe commit 01efd91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
with:
commit_message: "(bot) version and release notes updated to ${{ steps.what-version.outputs.version }}"
branch: ${{ github.event.ref }}
- name: Resolve conflicts (keep ours)
run: git merge master --strategy=ours
- name: Push resolved conflicts
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
commit_message: "(bot) resolved conflicts from master (kept development-$${ steps.what-version.outputs.version }})"
branch: ${{ github.event.ref }}
- name: Create PR
uses: UnforgivenPL/pull-request@v1
with:
Expand Down

0 comments on commit 01efd91

Please sign in to comment.