Skip to content

Commit 121bcbf

Browse files
committed
Arming bot: Apply to all repos
1 parent cd609e2 commit 121bcbf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/src/scverse_template_scripts/cruft_prs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ def main(tag_name: str) -> None:
262262
failed = 0
263263
for repo_url in repo_urls:
264264
try:
265-
# TODO just use single-repo we control for testing
266-
if repo_url.endswith("icbi-lab/infercnvpy"):
267-
make_pr(con, release, repo_url)
265+
make_pr(con, release, repo_url)
268266
except Exception as e:
269267
failed += 1
270268
log.error(f"Error updating {repo_url}.", e)

0 commit comments

Comments
 (0)