10000 github: add actions to automate backporting fixes by kleisauke · Pull Request #4162 · libvips/libvips · GitHub
[go: up one dir, main page]

Skip to content

github: add actions to automate backporting fixes #4162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
github: add actions to automate backporting fixes
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.
  • Loading branch information
kleisauke committed Sep 21, 2024
commit cd6b8d5ecade2c3ad05da6c9b1f322af2371e60f
Loading
Loading
0