Skip to content

Commit

Permalink
Merge pull request #10234 from abpframework/mehmet-erim-patch-1
Browse files Browse the repository at this point in the history
Update auto-pr.yml
  • Loading branch information
muhammedaltug committed Oct 5, 2021
2 parents f0a1a0b + 2cdfc17 commit 73833cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Merge branch dev with rel-4.4
name: Merge branch rel-5.0 with rel-4.4
on:
push:
branches:
- rel-4.4
jobs:
merge-dev-with-rel-4-4:
merge-rel-5-0-with-rel-4-4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: dev
ref: rel-5.0
- name: Reset promotion branch
run: |
git fetch origin rel-4.4:rel-4.4
Expand All @@ -18,7 +18,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-4-4/${{github.run_number}}
title: Merge branch dev with rel-4.4
body: This PR generated automatically to merge dev with rel-4.4. Please review the changed files before merging to prevent any errors that may occur.
title: Merge branch rel-5.0 with rel-4.4
body: This PR generated automatically to merge rel-5.0 with rel-4.4. Please review the changed files before merging to prevent any errors that may occur.
reviewers: ${{github.actor}}
token: ${{ github.token }}

0 comments on commit 73833cd

Please sign in to comment.