Update JOJ3 Configuration Schema

manuel 2024-10-03 11:12:18 +08:00
parent 2e2da6b419
commit 2b6c8df01e

@ -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`.