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
This adds support for automatically cherry-picking fixes for the
release branch using a special 'command' in comments:
/cherry-pick <commit1> <commit2> ...
This command attempts to cherry-pick the specified commit(s) to the
release branch based on the milestone linked to the issue or pull
request. If the commit(s) fail to apply cleanly, then a comment with
a link to the failing job will be added to the issue/pull request.
If the commit(s) do apply cleanly, the changes will be pushed to a
new branch on GitHub, from which a pull request will be created.
0 commit comments