[PATCH] D117386: github: Add actions to automate part of the release workflow

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 22:47:01 PST 2022


tstellar created this revision.
tstellar added a reviewer: kkleine.
tstellar requested review of this revision.
Herald added a project: LLVM.

This adds support for automatically cherry-picking and testing fixes for the
release branch using 'commands' in issue comments.  The two supported commands are:

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

Which will backport and test commits from main.  And also

/branch owner/repo/branch

Which will test commits from the given branch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117386

Files:
  .github/workflows/issue-release-workflow.yml
  llvm/utils/git/github-automation.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117386.400247.patch
Type: text/x-patch
Size: 8555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220115/cd693160/attachment.bin>


More information about the llvm-commits mailing list