Skip to content

Commit

Permalink
fix(GHAE): description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 28, 2022
1 parent 0a397df commit 7b615c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payload-examples/github.ae/index.json
Expand Up @@ -54,7 +54,7 @@
},
"check_run[check_suite][pull_requests]": {
"type": "array",
"description": "An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty."
"description": "An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_branch`. \n \n**Note:**\n\n* The `head_sha` of the check suite can differ from the `sha` of the pull request if subsequent pushes are made into the PR.\n* When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty."
},
"check_run[check_suite][deployment]": {
"type": "object",
Expand Down Expand Up @@ -915,7 +915,7 @@
},
"check_suite[pull_requests]": {
"type": "array",
"description": "An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty."
"description": "An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_branch`. \n \n**Note:**\n\n* The `head_sha` of the check suite can differ from the `sha` of the pull request if subsequent pushes are made into the PR.\n* When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty."
},
"repository": {
"type": "object",
Expand Down

0 comments on commit 7b615c2

Please sign in to comment.