Skip to content

Commit 2a47c15

Browse files
committed
WIP
1 parent d027d77 commit 2a47c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
create_merge_pr:
1010
name: Create PR to merge main into release branch
11-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
11+
uses: ahoppen/github-workflows/.github/workflows/create_automerge_pr.yml@automerge-improvements
1212
with:
1313
base_branch: release/6.2
1414
if: (github.event_name == 'schedule' && github.repository == 'swiftlang/swift-format') || (github.event_name != 'schedule') # Ensure that we don't run this on a schedule in a fork

0 commit comments

Comments
 (0)