From b6053c28bbcb1fe42258c62d4ed3ddb87288d94a Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:49:27 +0900 Subject: [PATCH] do not try to lock commons --- scripts/protect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/protect.py b/scripts/protect.py index 5bc3387e7aa..562544b6c75 100644 --- a/scripts/protect.py +++ b/scripts/protect.py @@ -50,7 +50,7 @@ def main(): protect_existing_page(page, wiki) else: # commons case protect_existing_page(page, wiki) - for deploy_wiki in get_wikis(): + for deploy_wiki in get_wikis() - {"commons"}: protect_if_has_no_local_version(module, deploy_wiki) print("::endgroup::") handle_protect_errors()