From 420c5ae215dc0992162e9000a3077b4933e3cd89 Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Fri, 12 Mar 2021 10:31:11 +0100 Subject: [PATCH] Move Wikidata's campsite from test verification to done once resolved As requested by the one and only Adam Shorland. --- column_mover.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/column_mover.py b/column_mover.py index 737a530..b2afd73 100755 --- a/column_mover.py +++ b/column_mover.py @@ -36,6 +36,10 @@ work = [{'from': ['incoming'], 'projects': ['wikidata-campsite-iteration-∞', 'Wikibase_Extension_Decoupling_and_Registration', 'wikidata-bridge-sprint-8']}, + {'from': ['Test (Verification)'], + 'project': 'wikidata-campsite-iteration-∞', + 'to': 'Done', + 'status': ['Resolved']}, {'from': ['Incoming'], 'project': 'User-Ladsgroup', 'to': 'In progress',