-
-
Notifications
You must be signed in to change notification settings - Fork 909
Closed
Description
Is there are reason why only some types of hooks are supported? I am interested in the post-merge hook that checks whether any documentation source files have been changed, and rebuilds them to html and prints them if they have. I would like to run it as a post-merge hook so it runs on git pull.
The documentation suggests this is not supported. Is there a workaround? Is there a technical obstruction to this use case?