For the latest updates and improvements, see the latest Cloud documentation instead.
Post-commit hooks¶
For Codacy to check updates in your repository (new commits and pull requests) you must have post-commit hooks enabled.
There are two ways to do this: automatically or manually
Automatic setup of post-commit hook¶
If you're using GitHub or Bitbucket you can let Codacy configure the hook for you. Go to your repository settings and click on the Integrations tab. There should be a switch button for the automatic setup of post-commit hooks.
Missing hook automatic setup switch button¶
If the switch isn't visible, go to the Integrations tab and add the GitHub or Bitbucket integration.
Important
Make sure that you enable the integration after adding it.
Manual setup of post-commit hooks on GitHub¶
To turn on post-commit hooks for GitHub:
- Copy the hook URL to your clipboard.
- Go to Webhooks & Services under your repository settings.
- Paste the hook URL into the field Payload URL.
- Select
application/json
in the field Content Type. - Click Add Webhook.
Here's an example of how to configure your hooks on GitHub:
Permissions to create post-commit hooks¶
If you get an error when turning on the post-commit hook, please make sure that you have Admin rights on the GitHub repository.
Share your feedback 📢
Did this page help you?
Thanks for the feedback! Is there anything else you'd like to tell us about this page?
255 characters left
We're sorry to hear that. Please let us know what we can improve:
255 characters left
Alternatively, you can create a more detailed issue on our GitHub repository.
Thanks for helping improve the Codacy documentation.
If you have a question or need help please contact support@codacy.com.