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 85f272c commit f564f04Copy full SHA for f564f04
.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