From be3c99915ab455972625b481f9603c2b1b130762 Mon Sep 17 00:00:00 2001 From: R4356th <61620631+R4356th@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:45:02 +0600 Subject: [PATCH] Move resolved tasks to the "Done" column in "Bengali-Sites" project --- column_mover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/column_mover.py b/column_mover.py index 2e31248..75695ce 100755 --- a/column_mover.py +++ b/column_mover.py @@ -63,7 +63,7 @@ work = [{'from': ['incoming'], 'Site configuration'], 'project': 'Bengali-Sites', 'to': 'Done', - 'status': ['Closed']}, + 'status': ['Resolved']}, {'from': ['New Tasks', 'Backlog', 'Prioritized'],