[PATCH] D125851: github: Switch release PR repository to llvm/llvm-project-release-prs

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 22:27:14 PDT 2022


tstellar created this revision.
tstellar added reviewers: asl, jhenderson.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

As discussed in https://discourse.llvm.org/t/creating-a-new-repository-for-release-branch-pull-requests/61339


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125851

Files:
  llvm/utils/git/github-automation.py


Index: llvm/utils/git/github-automation.py
===================================================================
--- llvm/utils/git/github-automation.py
+++ llvm/utils/git/github-automation.py
@@ -272,7 +272,7 @@
 release_workflow_parser.add_argument('--issue-number', type=int, required=True, help='The issue number to update')
 release_workflow_parser.add_argument('--branch-repo-token', type=str,
                                      help='GitHub authentication token to use for the repository where new branches will be pushed. Defaults to TOKEN.')
-release_workflow_parser.add_argument('--branch-repo', type=str, default='llvmbot/llvm-project',
+release_workflow_parser.add_argument('--branch-repo', type=str, default='llvm/llvm-project-release-prs',
                                      help='The name of the repo where new branches will be pushed (e.g. llvm/llvm-project)')
 release_workflow_parser.add_argument('sub_command', type=str, choices=['print-release-branch', 'auto'],
                                      help='Print to stdout the name of the release branch ISSUE_NUMBER should be backported to')


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125851.430241.patch
Type: text/x-patch
Size: 1116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/a1d1441f/attachment.bin>


More information about the llvm-commits mailing list