Skip to content

Commit 1017aac

Browse files
committed
Update automerge workflow to merge release/6.3 into main
1 parent a3ed975 commit 1017aac

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
@@ -9,10 +9,10 @@ on:
99
workflow_dispatch:
1010
jobs:
1111
create_merge_pr:
12-
name: Create PR to merge main into release branch
12+
name: Create PR to merge release into main branch
1313
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
1414
with:
15-
head_branch: release/6.2
15+
head_branch: release/6.3
1616
base_branch: main
1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)