Commit d3d2ef8
committed
ci(docs): pin path-filter / required-checks rationale at the source
dudect.yml is path-filtered to src/c/**, include/**, tests/c/test_dudect.c,
tests/c/dudect/**. PRs that don't touch C source (e.g. workflow-only or
docs-only changes) don't trigger the workflow, so its 4 job names never
emit a status check on those PRs. Adding any of the 4 to the `main`
branch's required-status-check ruleset would block every unrelated PR
with "Expected -- Waiting for status to be reported" indefinitely. Same
class of trapdoor as `baseline-guard.yml::Enforce baseline.json
justification` and `wiki-sync.yml::sync-wiki`, both of which the PR #289
description already correctly excludes from the required cohort.
Document the rationale in-tree at the top of all three path-filtered
workflows so a future maintainer touching the rulesest doesn't have to
re-derive it from PR #289 archaeology. The note explicitly cross-
references each peer file and the canonical exclusion list.
Behavioural change: none. Header comment additions only.1 parent 41c1a53 commit d3d2ef8
3 files changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
3 | 24 | | |
4 | 25 | | |
5 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments