Skip to content

Commit ba1885b

Browse files
committed
fix(github-actions): provide a valid Github config for the branch manager action
1 parent 18448ed commit ba1885b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/local-actions/branch-manager/lib/git.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function setupConfigAndGitClient(token: string, repo: {owner: strin
2525
mainBranchName,
2626
owner: repo.owner,
2727
name: repo.repo,
28+
mergeMode: 'caretaker-only',
2829
},
2930
pullRequest: {
3031
githubApiMerge: false,

.github/local-actions/branch-manager/main.js

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)