Skip to content

Commit

Permalink
Merge pull request #19863 from abpframework/rename-branch
Browse files Browse the repository at this point in the history
Rename prerel branch to rel-8.2
  • Loading branch information
skoc10 authored May 20, 2024
2 parents 6aa243f + 542eec7 commit f2cea18
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,4 +1,4 @@
name: Merge branch prerel-8.2 with rel-8.1
name: Merge branch rel-8.2 with rel-8.1
on:
push:
branches:
Expand All @@ -7,15 +7,15 @@ permissions:
contents: read

jobs:
merge-prerel-8-2-with-rel-8-1:
merge-rel-8-2-with-rel-8-1:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: prerel-8.2
ref: rel-8.2
- name: Reset promotion branch
run: |
git fetch origin rel-8.1:rel-8.1
Expand All @@ -24,8 +24,8 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-8-1/${{github.run_number}}
title: Merge branch prerel-8.2 with rel-8.1
body: This PR generated automatically to merge prerel-8.2 with rel-8.1. Please review the changed files before merging to prevent any errors that may occur.
title: Merge branch rel-8.2 with rel-8.1
body: This PR generated automatically to merge rel-8.2 with rel-8.1. Please review the changed files before merging to prevent any errors that may occur.
reviewers: maliming
token: ${{ github.token }}
- name: Merge Pull Request
Expand Down

0 comments on commit f2cea18

Please sign in to comment.