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 a3ed975 commit 1017aacCopy full SHA for 1017aac
.github/workflows/automerge.yml
@@ -9,10 +9,10 @@ on:
9
workflow_dispatch:
10
jobs:
11
create_merge_pr:
12
- name: Create PR to merge main into release branch
+ name: Create PR to merge release into main branch
13
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
14
with:
15
- head_branch: release/6.2
+ head_branch: release/6.3
16
base_branch: main
17
permissions:
18
contents: write
0 commit comments