Skip to content

Commit

Permalink
Merge pull request abpframework#14630 from abpframework/muhammedaltug…
Browse files Browse the repository at this point in the history
…-patch-1

Update auto pr rel-6.0
  • Loading branch information
muhammedaltug authored Nov 14, 2022
2 parents 3776918 + 65154ee commit 9c85133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Merge branch dev with rel-6.0
name: Merge branch rel-7.0 with rel-6.0
on:
push:
branches:
Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: dev
ref: rel-7.0
- name: Reset promotion branch
run: |
git fetch origin rel-6.0:rel-6.0
Expand All @@ -24,7 +24,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-6-0/${{github.run_number}}
title: Merge branch dev with rel-6.0
body: This PR generated automatically to merge dev with rel-6.0. Please review the changed files before merging to prevent any errors that may occur.
title: Merge branch rel-7.0 with rel-6.0
body: This PR generated automatically to merge rel-7.0 with rel-6.0. Please review the changed files before merging to prevent any errors that may occur.
reviewers: ${{github.actor}}
token: ${{ github.token }}

0 comments on commit 9c85133

Please sign in to comment.