You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This action tries to fix that in a transparent way. Install it, and hopefully th
20
20
2. Finds PRs that were based on the merged branch
21
21
3. For direct children: creates a synthetic merge commit with three parents (child tip, deleted branch tip, squash commit) to preserve history without re-introducing code
22
22
4. For indirect descendants: merges the updated parent branch
23
-
5. Updates each PR's base branch to point to trunk
23
+
5. Updates the direct child PRs to base on trunk now that the bottom change has landed; higher PRs stay based on their parent
24
24
6. Force-pushes updated branches and deletes the merged branch
0 commit comments