Skip to content

Commit ccee2d4

Browse files
committed
Flip direction of the 6.3 merge workflow
1 parent 8c8804e commit ccee2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
name: Create PR to merge release into main branch
1616
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
1717
with:
18-
head_branch: release/6.3
19-
base_branch: main
18+
head_branch: main
19+
base_branch: release/6.3
2020
permissions:
2121
contents: write
2222
pull-requests: write

0 commit comments

Comments
 (0)