From 737ae7de8702eef0c9a6e12891fc619ca11b9928 Mon Sep 17 00:00:00 2001 From: MarcoAurelio <30000615+MarcoAurelioWM@users.noreply.github.com> Date: Wed, 25 Nov 2020 12:22:59 +0100 Subject: [PATCH] new_wikis_handler.py: BPI implementation --- new_wikis_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index 5457717..b5aba02 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -472,6 +472,7 @@ def hande_task(task_details): handle_wikidata(db_name, not create_tickets, task_details['phid']) add_text(' [] Import from Incubator') add_text(' [] Clean up old interwiki links') + add_text(' [] Propose the implementation of the standard bot policy') add_create_instructions(parts, shard, language_code, db_name, task_tid) add_text('\n**End of automatic output**')