We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8a0d commit 5bf69b9Copy full SHA for 5bf69b9
conda_forge_tick/auto_tick.py
@@ -758,7 +758,6 @@ def _run_migrator_on_feedstock_branch(
758
759
except (github3.GitHubError, github.GithubException) as e:
760
# TODO: pull this down into run() - also check the other exceptions
761
- # TODO: continue here, after that run locally and add tests, backend should be injected into run
762
if hasattr(e, "msg") and e.msg == "Repository was archived so is read-only.":
763
attrs["archived"] = True
764
else:
0 commit comments