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.
2 parents 85f272c + f564f04 commit 724c104Copy full SHA for 724c104
.github/workflows/automerge.yml
@@ -10,7 +10,8 @@ jobs:
10
name: Create PR to merge main into release branch
11
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
12
with:
13
- base_branch: release/6.2
+ head_branch: release/6.2
14
+ base_branch: main
15
permissions:
16
contents: write
17
pull-requests: write
0 commit comments