Skip to content

Commit

Permalink
github: add actions to automate backporting fixes
Browse files Browse the repository at this point in the history
This adds support for automatically cherry-picking fixes for the
release branch using a special 'command' in issue comments:

/cherry-pick <commit1> <commit2> ...

This command attempts to cherry-pick the specified commit(s) to the
release branch based on the milestone attached 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, then a pull request will be
created with the specified commits.
  • Loading branch information
kleisauke committed Sep 20, 2024
1 parent 7375fcf commit b3fd139
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 0 deletions.
Loading

0 comments on commit b3fd139

Please sign in to comment.