thekevinscott/PR Monitor

Waits for all other workflow runs to complete and reports aggregate status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
job-nameDeprecated and optional. The action now excludes its own workflow run automatically via the run ID, so this is no longer required. Retained for backward compatibility.no""
excluded-jobsComma-separated list of workflow run names to exclude from monitoringno""
pre-sleepTime in seconds to wait before checking (allows other workflows to start). Setup time (Node, pnpm install) is subtracted from this — if setup takes 8s and pre-sleep is 10s, the script sleeps 2s more.no10
check-intervalTime in seconds between status checksno5
timeoutMaximum time in minutes to wait for all checksno10
minimum-checksMinimum number of non-excluded workflow runs that must appear before declaring success. Default 1 prevents the gate from passing before any other workflows register; set to 0 to allow docs-only PRs (with no other workflow runs) to pass.no1
github-tokenGitHub token for API accessno${{ github.token }}

no outputs