1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Fix link to GraphQL "status" documentation

This commit is contained in:
Joey Mezzacappa
2022-08-24 11:59:36 -04:00
committed by GitHub
parent 2d0e2dcc16
commit a773ca19ec

View File

@@ -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.