From 2b6c8df01e60b027a1466f2107fa403048cd1bc8 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 3 Oct 2024 11:12:18 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index bb8b1c8..dd729fd 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -14,7 +14,7 @@ Commit messages must follow conventional commits format: `type[scope]: message`. Basic rules: - health check is **always** run first - all non JOJ stages are run on each push -- JOJ is only triggered if the message is `joj` or `joj` appears in the message **TBD** +- JOJ is only triggered if `joj` appears in `message` Scope usage: - `scope` must match joj config tree (`home/tt/.config/joj` subtree in `course-joj` repo), eg. if tree is `h1/ex2` the `scope` must be `h1/ex2`, if tree is `hw4/1` then scope is also `hw4/1`.