From f579f66c8c6f8ee159f7fce9bfb10e28139d4fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Sun, 6 Nov 2022 10:33:15 +0000 Subject: [PATCH 1/2] Add missing heading --- .../troubleshooting-required-status-checks.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md b/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md index 474cc4705d..801c50bfa2 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md @@ -111,7 +111,10 @@ Now the checks will always pass whenever someone sends a pull request that doesn {% endnote %} -{% ifversion fpt or ghes > 3.3 or ghae > 3.3 or ghec %}It's also possible for a protected branch to require a status check from a specific {% data variables.product.prodname_github_app %}. If you see a message similar to the following, then you should verify that the check listed in the merge box was set by the expected app. +{% ifversion fpt or ghes > 3.3 or ghae > 3.3 or ghec %} +## Required status checks from unknown sources + +It's also possible for a protected branch to require a status check from a specific {% data variables.product.prodname_github_app %}. If you see a message similar to the following, then you should verify that the check listed in the merge box was set by the expected app. ``` Required status check "build" was not set by the expected {% data variables.product.prodname_github_app %}. From 449a9242ac0bde44d72715a5f55d80669ffc550f Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Mon, 7 Nov 2022 13:05:44 -0600 Subject: [PATCH 2/2] Add :nail_care: --- .../troubleshooting-required-status-checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md b/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md index 801c50bfa2..5a6d3d43e3 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md @@ -112,7 +112,7 @@ Now the checks will always pass whenever someone sends a pull request that doesn {% endnote %} {% ifversion fpt or ghes > 3.3 or ghae > 3.3 or ghec %} -## Required status checks from unknown sources +## Required status checks from unexpected sources It's also possible for a protected branch to require a status check from a specific {% data variables.product.prodname_github_app %}. If you see a message similar to the following, then you should verify that the check listed in the merge box was set by the expected app.