1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Merge pull request #20125 from jmezzacappa/patch-2

Fix link to GraphQL "status" documentation
This commit is contained in:
Courtney Wilson
2022-09-23 14:41:26 -05:00
committed by GitHub

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.