From 971674de3a9290b25fa6e794bbd709b9a64a82f0 Mon Sep 17 00:00:00 2001 From: Jiaxun Wei Date: Wed, 2 Sep 2026 20:21:38 +0200 Subject: [PATCH] Align task group-category names with Canvas for update_task.py --- update_task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_task.py b/update_task.py index 2adb88a..5fb0bfd 100644 --- a/update_task.py +++ b/update_task.py @@ -120,8 +120,8 @@ def task_to_group_category_id(task_name, canvas_groups_set): "project": "Project", "scientific-paper": "Scientific Papers", "demo": "Demos", - "open-source": "Open-source contributions", - "executable-tutorial": "Executable Tutorials", + "open-source": "Open-Source Contribution", + "executable-tutorial": "Executable Tutorial", "feedback": "Feedback" }.get(task_name) if canvas_group_name is None: