Skip to content

Commit

Permalink
make merge marker on main master
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Nov 17, 2024
1 parent 25fc613 commit 6c30536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accept-all-prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c30536

Please sign in to comment.