Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

EVG-21038 Update webhook disabled message to mention the GitHub app #2112

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ export const GithubCommitQueueTab: React.FC<TabProps> = ({
<>
{!githubWebhooksEnabled && (
<Banner data-cy="disabled-webhook-banner" variant="warning">
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.
</Banner>
)}
<BaseTab
Expand Down