Commit e48a03e
feat(compile): add Tier 3 PR filters (time-window, change-count, build-reason, expression)
Add advanced pre-activation gate filters:
- time-window: only run during a UTC time range (handles overnight windows)
- min-changes / max-changes: gate on number of changed files
- build-reason: include/exclude by Build.Reason (PullRequest, Manual, etc.)
- expression: raw ADO condition expression escape hatch, ANDed into Agent
job condition at compile time
Types added to PrFilters: TimeWindowFilter, min_changes, max_changes,
build_reason, expression. Shell escape updated to allow colon for time
format. generate_agentic_depends_on now accepts optional expression.
13 new tests (40 total in pr_filters module).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5434bc6 commit e48a03e
3 files changed
Lines changed: 423 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
| 1290 | + | |
1290 | 1291 | | |
1291 | 1292 | | |
1292 | 1293 | | |
| 1294 | + | |
1293 | 1295 | | |
1294 | 1296 | | |
1295 | 1297 | | |
1296 | | - | |
| 1298 | + | |
1297 | 1299 | | |
1298 | 1300 | | |
1299 | 1301 | | |
1300 | | - | |
1301 | | - | |
1302 | | - | |
1303 | | - | |
1304 | | - | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
1311 | 1333 | | |
1312 | 1334 | | |
1313 | 1335 | | |
| |||
1947 | 1969 | | |
1948 | 1970 | | |
1949 | 1971 | | |
1950 | | - | |
| 1972 | + | |
| 1973 | + | |
1951 | 1974 | | |
1952 | 1975 | | |
1953 | 1976 | | |
| |||
0 commit comments