Merge pull request #20125 from jmezzacappa/patch-2
Fix link to GraphQL "status" documentation
This commit is contained in:
@@ -1191,7 +1191,7 @@ Notifications for scheduled workflows are sent to the user who last modified the
|
||||
|
||||
{% data reusables.actions.branch-requirement %}
|
||||
|
||||
Runs your workflow when the status of a Git commit changes. For example, commits can be marked as `error`, `failure`, `pending`, or `success`. If you want to provide more details about the status change, you may want to use the [`check_run`](#check_run) event. For information about the commit status APIs, see "[Status](/graphql/reference/objects#statue)" in the GraphQL API documentation or "[Statuses](/rest/reference/commits#commit-statuses)" in the REST API documentation.
|
||||
Runs your workflow when the status of a Git commit changes. For example, commits can be marked as `error`, `failure`, `pending`, or `success`. If you want to provide more details about the status change, you may want to use the [`check_run`](#check_run) event. For information about the commit status APIs, see "[Status](/graphql/reference/objects#status)" in the GraphQL API documentation or "[Statuses](/rest/reference/commits#commit-statuses)" in the REST API documentation.
|
||||
|
||||
For example, you can run a workflow when the `status` event occurs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user