# CI Job Filters for pr-wait-for-reviews.sh
# Jobs matching these patterns will be IGNORED when waiting for CI
# Use wildcards (*) for pattern matching
# Supported syntax:
# - <pattern> (legacy): matches check name or status context
# - name:<pattern>: matches check run name
# - context:<pattern>: matches status context
# - url:<pattern>: matches details/target URL when present
#
# NOTE: AI reviewers (CodeRabbit, Copilot, Cubic, Gemini) are NOT filtered.
# We MUST wait for them because pr-resolver needs their comments.

# Preview deployments (don't block on these)
*-preview-*
*-preview
preview-*
*deploy-preview*
vercel*
netlify*

# Visual/snapshot testing (often slow and non-blocking)
# Chromatic visual approval jobs (run indefinitely, skip wait)
context:UI Tests
url:https://www.chromatic.com/*
chromatic
chromatic-*
*chromatic*
*storybook*
*visual-regression*

# Optional/informational checks
*coverage*
*codecov*
*codacy*
*sonar*
