[all-commits] [llvm/llvm-project] e99edf: [workflows] Drop the intermediate /branch comment ...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Thu Jan 25 13:11:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e99edf6bcb20169e153110426f840a2dfeeec66d
https://github.com/llvm/llvm-project/commit/e99edf6bcb20169e153110426f840a2dfeeec66d
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M .github/workflows/issue-release-workflow.yml
M llvm/docs/GitHub.rst
M llvm/utils/git/github-automation.py
Log Message:
-----------
[workflows] Drop the intermediate /branch comment for release workflow (#79481)
We used to support a /branch comment to specify a branch with commits to
backport to the release branch. However, now that we can use pull
requests this is not needed.
This also simplifies the process, because now the cherry-pick job can
create the pull request directly instead of having it split across two
separate jobs.
More information about the All-commits
mailing list