From 49e1182ea9bbd6461dfb87b6fc6c4d6df0812e66 Mon Sep 17 00:00:00 2001 From: quiddity-wp Date: Mon, 25 Nov 2019 10:16:57 -0800 Subject: [PATCH] add attempt at explanation - edit freely! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d65a3f1..f250665 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # Phabricator-maintenance-bot Source for https://phabricator.wikimedia.org/p/Maintenance_bot/ + +* `column_mover.py` is a script that can perform additional actions when someone drags/changes a task in a workboard to a different column. E.g. Moving a task in workborad #user-ladsgroup from column "incoming" to column "done" will automatically change the task's status to "done" +* `patchforreview_remover.py` is an automatic script that removes the "patch_for_review" tag when all patches have been merged or abandoned