Skip to content

Commit

Permalink
Merge pull request #7219 from abpframework/auto-merge/rel-4-1/73
Browse files Browse the repository at this point in the history
Merge branch rel-4.2 with rel-4.1
  • Loading branch information
mehmet-erim authored Jan 14, 2021
2 parents 52b8c0d + 44329df commit 0059f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
branches:
- rel-4.2
jobs:
merge-dev-with-rel:
merge-dev-with-rel-4-2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: dev
- name: Reset promotion branch
run: |
git fetch origin $GITHUB_REF:$GITHUB_REF
git reset --hard $GITHUB_REF
git fetch origin rel-4.2:rel-4.2
git reset --hard rel-4.2
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 0059f5b

Please sign in to comment.