-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: suggest to cherry-pick specific commits
The manual instructions still suggested to determine the commits to cherry-pick by determining the common ancestor (merge-base) of the head and base refs, first. However, this way has been abandoned for quite some time now. This especially became a problem now that merge commits can be skipped, meaning that the suggestion no longer produced a reliable result. Instead, we can simply suggest the same as the action does. It knows exactly which commits to cherry-pick.
- Loading branch information
Showing
1 changed file
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters