[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
Mon May 23 15:10:52 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG21c060c497fd: github: Switch release PR repository to llvm/llvm-project-release-prs (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125851/new/

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.431493.patch
Type: text/x-patch
Size: 1116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220523/8d963413/attachment.bin>


More information about the llvm-commits mailing list