Skip to content

Commit

Permalink
Update auto-pr.yml for v7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored Aug 24, 2023
1 parent d65e193 commit 42a9d1e
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,20 +1,20 @@

name: Merge branch dev with rel-7.3
name: Merge branch dev with rel-7.4
on:
push:
branches:
- rel-7.3
- rel-7.4
jobs:
merge-dev-with-rel-7-3:
merge-dev-with-rel-7-4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: dev
- name: Reset promotion branch
run: |
git fetch origin rel-7.3:rel-7.3
git reset --hard rel-7.3
git fetch origin rel-7.4:rel-7.4
git reset --hard rel-7.4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 42a9d1e

Please sign in to comment.