From 7b615c29d09621bc1d2bfa35a653964e871480ed Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Thu, 28 Apr 2022 17:10:00 -0400 Subject: [PATCH] fix(GHAE): description updates --- payload-examples/github.ae/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payload-examples/github.ae/index.json b/payload-examples/github.ae/index.json index 4b819559c..a8d38b760 100644 --- a/payload-examples/github.ae/index.json +++ b/payload-examples/github.ae/index.json @@ -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", @@ -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",