From 6c305363e36d564224ea314b3ec39e93bd169748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Esperancinha?= Date: Sun, 17 Nov 2024 08:52:13 +0100 Subject: [PATCH] make merge marker on main master --- accept-all-prs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accept-all-prs.sh b/accept-all-prs.sh index 894da08..86883e8 100755 --- a/accept-all-prs.sh +++ b/accept-all-prs.sh @@ -20,10 +20,10 @@ for item in *; do fi git pull git fetch -p + make accept-prs for branch_name in "${all_pr_branches[@]}"; do if git ls-remote --exit-code --heads "$remote_name" "$branch_name"; then echo "Remote branch '$branch_name' exists on '$remote_name'." - make accept-prs if [ -n "${master_branch}" ]; then git checkout "${branch_name}" git pull