Skip to content

Commit

Permalink
#131 could it be this simple?
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 10, 2020
1 parent 7d9efbf commit c1be9fe
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 c1be9fe

Please sign in to comment.