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

Commit

Permalink
EVG-21038 Update webhook disabled message to mention the GitHub app (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bynn authored Oct 19, 2023
1 parent 798f49b commit 26d091e
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 26d091e

Please sign in to comment.