Skip to content

Commit

Permalink
Enable automerge branch-23.06 to branch-23.08 (#1158)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored May 23, 2023
1 parent eb6d8ca commit f71b2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name: auto-merge HEAD to BASE
on:
pull_request_target:
branches:
- branch-23.04
- branch-23.06
types: [closed]

env:
HEAD: branch-23.04
BASE: branch-23.06
HEAD: branch-23.06
BASE: branch-23.08

jobs:
auto-merge:
Expand Down

0 comments on commit f71b2c0

Please sign in to comment.