-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rel-8.1' into auto-merge/rel-8-0/277
- Loading branch information
Showing
27 changed files
with
410 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
name: Merge branch rel-8.1 with rel-8.0 | ||
name: Merge branch dev with rel-8.1 | ||
on: | ||
push: | ||
branches: | ||
- rel-8.0 | ||
- rel-8.1 | ||
jobs: | ||
merge-rel-8-1-with-rel-8-0: | ||
merge-dev-with-rel-8-1: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: rel-8.1 | ||
ref: dev | ||
- name: Reset promotion branch | ||
run: | | ||
git fetch origin rel-8.0:rel-8.0 | ||
git reset --hard rel-8.0 | ||
git fetch origin rel-8.1:rel-8.1 | ||
git reset --hard rel-8.1 | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
branch: auto-merge/rel-8-0/${{github.run_number}} | ||
title: Merge branch rel-8.1 with rel-8.0 | ||
body: This PR was generated automatically to merge rel-8.1 with rel-8.0. Please review the changed files before merging to prevent any errors that may occur. | ||
branch: auto-merge/rel-8-1/${{github.run_number}} | ||
title: Merge branch dev with rel-8.1 | ||
body: This PR was generated automatically to merge dev with rel-8.1. Please review the changed files before merging to prevent any errors that may occur. | ||
reviewers: ${{github.actor}} | ||
token: ${{ github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.