Skip to content

Commit 37f77bb

Browse files
committed
fix: specify branch in automerge
1 parent 681e373 commit 37f77bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func createPr(
209209
checkErr(err)
210210

211211
cmd = exec.Command(
212-
"gh", "pr", "merge", "--auto",
212+
"gh", "pr", "merge", "chore/sync-with-ecsact-common", "--auto",
213213
"-R", fmt.Sprintf("ecsact-dev/%s", repo_name),
214214
)
215215
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)