[bug-yhg8dqypwmar] fix(check-naming): require scoped titles #10

Merged
architect merged 3 commits from architect/bug-yhg8dqypwmar/require-conventional-titles into main 2026-08-27 18:54:18 +00:00
Showing only changes of commit ca4dccfbbf - Show all commits
+2 -1
View File
3
@@ -48,7 +48,8 @@ jobs:
The explicit `edited` activity is part of the enforcement contract: changing The explicit `edited` activity is part of the enforcement contract: changing
the PR description must issue a new naming status for the same commit. the PR description must issue a new naming status for the same commit.
Description-only events may skip unrelated validation jobs. Keep required code-validation jobs in a separate workflow that does not run on
`edited`; Gitea treats a skipped required context as passing.
To wire a new repo warn-only first, add `continue-on-error: true` to the To wire a new repo warn-only first, add `continue-on-error: true` to the
job — the step still fails, but the job cannot block the PR. job — the step still fails, but the job cannot block the PR.