Commit 0cd9651
docs: add CEL filter example for non-code changes
Add comprehensive example showing how to use CEL expressions to filter
PipelineRuns and exclude changes that only affect documentation,
configuration files, or metadata files. This addresses user feedback
about needing precise examples for crafting CEL regex expressions.
The example demonstrates the !files.all.all() syntax to exclude PRs
when all changes match patterns for docs/, .md files, and common
metadata files like .gitignore, OWNERS, PROJECT, and LICENSE.
Fixes: SRVKP-4602
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>1 parent 8cdbaff commit 0cd9651
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
378 | 399 | | |
379 | 400 | | |
380 | 401 | | |
| |||
0 commit comments