Skip to content

Commit 21c060c

Browse files
committed
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
1 parent 8725dc5 commit 21c060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/github-automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def execute_command(self) -> bool:
272272
release_workflow_parser.add_argument('--issue-number', type=int, required=True, help='The issue number to update')
273273
release_workflow_parser.add_argument('--branch-repo-token', type=str,
274274
help='GitHub authentication token to use for the repository where new branches will be pushed. Defaults to TOKEN.')
275-
release_workflow_parser.add_argument('--branch-repo', type=str, default='llvmbot/llvm-project',
275+
release_workflow_parser.add_argument('--branch-repo', type=str, default='llvm/llvm-project-release-prs',
276276
help='The name of the repo where new branches will be pushed (e.g. llvm/llvm-project)')
277277
release_workflow_parser.add_argument('sub_command', type=str, choices=['print-release-branch', 'auto'],
278278
help='Print to stdout the name of the release branch ISSUE_NUMBER should be backported to')

0 commit comments

Comments
 (0)