"event cannot have more than 20 hooks" response

When attempting to run a job in CircleCI for the first time, you may encounter the error: "event cannot have more than 20 hooks".

Overview

Typically, this happens when you have too many webhooks configured on the VCS provider. In GitHub you can create up to 20 webhooks for each event on each installation target (specific organization or specific repository).

Instructions

  1. Sign into your GitHub account.
  2. Go to the repository settings.
    GH_repo_settings.png
  3. Click Webhooks to view currently configured webhooks. (Alternatively, you can reach this page directly -> https://github.com/<ORG>/<REPO>/settings/hooks).
    GH_webooks_menu.png

  4. Delete any unused/unnecessary webhooks for the project you're trying to start.
  5. Run the job again in CircleCI.

You should no longer see the error and you can continue to build.

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.