Commit ae3498c
ci(unity-tests): include MCPForUnity/Runtime/** in trigger paths (#1108)
Both the push and pull_request_target paths filters listed
MCPForUnity/Editor/** but not Runtime/, so a PR (or push) that
modified only files under MCPForUnity/Runtime/** would not trigger
Unity tests at all -- including the safe-to-test label flow on a
fork PR. CodeRabbit flagged this as a Low/💤 nitpick on #1103;
PR #1106 made it a concrete recurrence: applying safe-to-test had
no effect because the Runtime-only diff was filtered out.
Adding Runtime/** mirrors the asmdef layout (Editor and Runtime
are the two assembly roots whose code can break Unity compilation),
matches the codebase's "domain symmetry" convention, and closes the
silent-skip path the label gate was designed to prevent.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8942e8b commit ae3498c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments