From 5358921b3baedb1e2de443442bbe525d9c60739a Mon Sep 17 00:00:00 2001 From: bynn Date: Thu, 19 Oct 2023 14:00:55 -0400 Subject: [PATCH] EVG-21038 Update webhook disabled message to mention the GitHub app instead --- .../tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx b/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx index 95880f41ee..696715a3ff 100644 --- a/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx +++ b/src/pages/projectSettings/tabs/GithubCommitQueueTab/GithubCommitQueueTab.tsx @@ -87,8 +87,9 @@ export const GithubCommitQueueTab: React.FC = ({ <> {!githubWebhooksEnabled && ( - GitHub features are disabled because webhooks are not enabled. - Webhooks are enabled after saving with a valid owner and repository. + GitHub features are disabled because the Evergreen GitHub App is not + installed on the saved owner/repo. Contact IT to install the App and + enable GitHub features. )}