We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d1b1 commit 4c64d9cCopy full SHA for 4c64d9c
.github/workflows/automerge_to_main.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
14
with:
15
base_branch: main
16
- head_branch: release/6.2
+ head_branch: release/6.3
17
permissions:
18
contents: write
19
pull-requests: write
.github/workflows/automerge_to_release.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Create PR to merge main into release branch
- base_branch: release/6.2
+ base_branch: release/6.3
0 commit comments