The GitHub Actions job "Tests" on airflow.git/add-auto-triage-filter-options 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
c69103bfd888a7cc9bc10f9eec23e6087c4a87ad / Jarek Potiuk <[email protected]>
Add filtering options to auto-triage command

Add several new filtering criteria organized into logical groups:

Filter options:
- --label: now supports wildcards (e.g. 'area:*', 'provider:amazon*')
- --exclude-label: exclude PRs by label, supports wildcards
- --created-after/--created-before: date range for PR creation
- --updated-after/--updated-before: date range for last update
- --include-collaborators: include collaborator PRs (normally skipped)
- --pending-approval-only: only show PRs needing workflow approval
- --checks-state: filter by CI status (failure/success/pending/any)
- --min-commits-behind: filter by staleness

Exact labels and date ranges are pushed to GitHub search for efficiency.
Wildcard labels are matched client-side with fnmatch after fetching.
Option groups in pr_commands_config.py reorganized into: Target selection,
Filter options, Pagination and sorting, Assessment options, Action options.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/22924398859

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to