From 0606ccb1a2087830ec28fed5a7df94a1e67d935a Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Mon, 25 Nov 2024 11:52:18 +0100 Subject: [PATCH] docs: how to update `track_participation` for each year --- tools/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/README.md b/tools/README.md index 7bb7ec39f3..9193b468ca 100644 --- a/tools/README.md +++ b/tools/README.md @@ -67,6 +67,9 @@ This script is used to grade each student according to the number of task comple ## track_participation.py Script used to track and display valid comments on lecture participation issue. +Two files needs to be updated for each new year. +1. Issue number in the [workflow file](https://github.com/KTH/devops-course/blob/d619654e15b89ebc504cf4a54ff119eaa8a9fdce/.github/workflows/lecture_participation.yml#L13). +2. Lecture times [here](https://github.com/KTH/devops-course/blob/2024/tools/track_participation_config.json). ### Requirements