You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add script to print commands for failed PR check runs
This script allows users to quickly get the necessary commands
to diagnose failed GitHub Actions check runs for a specific Pull Request.
It determines the PR (either by number or by branch), fetches its
check runs, filters for failures, and then prints out
`scripts/print_workflow_run_errors.py` commands for each failed run.
0 commit comments