File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ The Status API allows external services to mark commits with a success,
1111failure, error, or pending ` state ` , which is then reflected in pull requests
1212involving those commits.
1313
14- Statuses can also include an optional ` description ` and ` url ` , and
14+ Statuses can also include an optional ` description ` and ` target_url ` , and
1515we highly recommend providing them as they make statuses much more
1616useful in the GitHub UI.
1717
1818As an example, one common use is for continuous integration
1919services to mark commits as passing or failing builds using Status. The
2020` target_url ` would be the full url to the build output, and the
21- description would be the high level summary of what happened with the
21+ ` description ` would be the high level summary of what happened with the
2222build.
2323
2424Note that the ` repo:status ` [ OAuth scope] ( /v3/oauth/#scopes ) grants targeted
You can’t perform that action at this time.
0 commit comments