Skip to content

Commit a2411ef

Browse files
committed
fix: rebase PR branches onto upstream/dev
1 parent eedbf4b commit a2411ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-update-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
continue
9595
fi
9696
97-
echo "Attempting rebase onto origin/dev..."
97+
echo "Attempting rebase onto upstream/dev..."
9898
99-
if git rebase origin/dev; then
99+
if git rebase upstream/dev; then
100100
# Rebase successful
101101
if git push --force-with-lease origin "$branch"; then
102102
echo "✓ Successfully updated $branch"

0 commit comments

Comments
 (0)