GRM-139: feat: adopt documentation-as-code enhancements from devx
Post-merge / detect-type (push) Successful in 52s
Post-merge / release (push) Successful in 1m13s
Post-merge / validate-commit-msg (push) Successful in 1m32s
Post-merge / sync-wiki (push) Failing after 1m34s
Post-merge / badges (push) Successful in 1m38s
Post-merge / vikunja (push) Successful in 1m39s
Post-merge / configure-repo (push) Successful in 1m16s
Post-merge / publish (push) Successful in 56s

This commit was merged in pull request #206.
This commit is contained in:
2026-07-06 09:08:33 +00:00
parent 8625f66151
commit 89a765eca6
68 changed files with 2122 additions and 19 deletions
+2 -2
View File
@@ -145,12 +145,12 @@ This is a harmless cleanup traceback from Molecule's Docker driver when the test
The pre-commit hook validates that commit messages follow conventional commit format (`feat:`, `fix:`, `docs:`, etc.). The `GRM-N:` prefix is not allowed on branch commits — use it only in PR titles.
**Correct:**
```
```text
feat: add new runner label option
```
**Incorrect:**
```
```text
GRM-33: add new runner label option
update README
```