From 2cda6e59bd50dd67bc45b3b4da4f98c0e8be4f76 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 5 Aug 2026 13:09:41 +1000 Subject: [PATCH] chore: follow the rename of the actions canary repo QuantEcon/test-lecture-python-intro was renamed to QuantEcon/test-actions-lecture-intro so its relationship to QuantEcon/actions is clear from the name (it is a purpose-built canary for the composite actions, not a fork of the lecture repo). The old name sits in the backup exclusion list under "Test repos". GitHub redirects the repo itself, but this list is matched by name, so leaving it would quietly drop the repo out of the exclusion and start archiving a throwaway test repo to S3. Co-Authored-By: Claude Opus 5 (1M context) --- configs/config.quantecon-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.quantecon-all.yml b/configs/config.quantecon-all.yml index 4f730bc..b471e59 100644 --- a/configs/config.quantecon-all.yml +++ b/configs/config.quantecon-all.yml @@ -101,7 +101,7 @@ backup: - "testing-repo" - "codespaces-test" - "infrastructure-testing" - - "test-lecture-python-intro" + - "test-actions-lecture-intro" - "test-translation-sync" - "test-translation-sync.zh-cn" - "tmp-github-git-tutorial"