# HG changeset patch # User Kim Alvefur # Date 1535120928 -7200 # Node ID 85e3117b2b60903633b84c750509a4a25a8998e1 # Parent f09d92579158c73257278b9e36e4e226b28488c8 mod_pubsub_github/README: Note that it might work with Gitlab as well Guess based on looking at this documentation: https://developer.github.com/v3/activity/events/types/#pushevent https://docs.gitlab.com/ee/system_hooks/system_hooks.html#push-events diff -r f09d92579158 -r 85e3117b2b60 mod_pubsub_github/README.markdown --- a/mod_pubsub_github/README.markdown Fri Aug 24 16:16:30 2018 +0200 +++ b/mod_pubsub_github/README.markdown Fri Aug 24 16:28:48 2018 +0200 @@ -11,6 +11,8 @@ Entries are pushed as Atom payloads. +It may also work with Gitlab. + Configuration -------------