From c19a33bd1085bb85fbb59e7db85460819152b649 Mon Sep 17 00:00:00 2001 From: RhinosF1 <46229976+RhinosF1@users.noreply.github.com> Date: Fri, 15 May 2020 14:26:19 +0100 Subject: [PATCH] Updated column mover config for user-rhinosf1 Incoming & Watching (Other) --> Radar Miraheze Phab Reported Issues & Miraheze-Related Issues (not reported there) --> Miraheze-Linked WMF Bugs --> Extensions & Core WMF Config --> Configuration Deployment is no longer auto-moved. --- column_mover.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/column_mover.py b/column_mover.py index df0d6a7..458dda9 100755 --- a/column_mover.py +++ b/column_mover.py @@ -62,13 +62,10 @@ work = [{'from': ['incoming'], 'project': 'user-dannys712', 'to': 'Page Curation', 'projects': ['pagecuration']}, - {'from': ['Incoming', - 'Miraheze Phab Reported Issues', - 'Watching (Other)', - 'Miraheze-Related Issues (not reported there)', - 'WMF Bugs', - 'WMF Config', - 'Deployment'], + {'from': ['Radar', + 'Miraheze-Linked', + 'Extensions & Core', + 'Configuration'], 'project': 'User-RhinosF1', 'to': 'Done', 'status': ['Resolved']},