docs(actions): add workflow run status reference#44984
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
This PR follows the direction requested in #34987: a dedicated reference-style article rather than a reusable snippet. I kept the scope small by documenting the workflow run lifecycle values, linking from the REST workflow-runs page, and calling out the two most confusing cases ( |
Why:
Closes: #34987
What's being changed (if available, include any code snippets, screenshots, or gifs):
This PR adds a dedicated Actions reference page for workflow run
statusandconclusionvalues, matching the approach requested in the issue discussion.Changes in this PR:
content/actions/reference/workflows-and-actions/workflow-run-statuses.mdstatusfilter values more easilyThe new page distinguishes lifecycle
statusvalues from finalconclusionvalues, and calls out two common sources of confusion:pendingis often caused by concurrency limitswaitingis often caused by deployment protection rules or required reviewsCheck off the following: