[llvm] 21c060c - github: Switch release PR repository to llvm/llvm-project-release-prs

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 15:10:40 PDT 2022


Author: Tom Stellard
Date: 2022-05-23T15:10:27-07:00
New Revision: 21c060c497fd699581e00646af520ff556fa35f3

URL: https://github.com/llvm/llvm-project/commit/21c060c497fd699581e00646af520ff556fa35f3
DIFF: https://github.com/llvm/llvm-project/commit/21c060c497fd699581e00646af520ff556fa35f3.diff

LOG: github: Switch release PR repository to llvm/llvm-project-release-prs

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

Reviewed By: asl

Differential Revision: https://reviews.llvm.org/D125851

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/git/github-automation.py b/llvm/utils/git/github-automation.py
index 3164371d8c6ae..7dbcf02a820b6 100755
--- a/llvm/utils/git/github-automation.py
+++ b/llvm/utils/git/github-automation.py
@@ -272,7 +272,7 @@ def execute_command(self) -> bool:
 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')


        


More information about the llvm-commits mailing list