[PATCH] D126940: github: Fix release automation /branch command with new repo
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 00:37:58 PDT 2022
nikic added inline comments.
================
Comment at: llvm/utils/git/github-automation.py:323
+ local_repo.git.fetch(f'https://github.com/{owner}/llvm-project', f'{branch}:{branch}')
+ local_repo.git.push(self.push_url, f'{branch}:{branch}', force=True)
+ owner = repo.owner.login
----------------
Should we include `owner` in the branch name, to avoid clashing when multiple repos use the same branch name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126940/new/
https://reviews.llvm.org/D126940
More information about the llvm-commits
mailing list